@extends('layout') @section('content')
@if (\Session::has('success'))

{{ \Session::get('success') }}


@endif

Negozi Add

@foreach($stores as $store) @endforeach
ID Name Indirizzo Action
{{$store->id}} {{$store->name}} {{$store->address}} Edit
@csrf
@endsection