@extends('layouts.app') @section('content')
Elenco Locali
Nuovo
@foreach ($data['locali'] as $item) @endforeach
Nome Indirizzo Città Presentatori Act
{{$item->Nome}} {{$item->Indirizzo}} {{$item->Citta}} {{$item->presentatori->name}}
@method('DELETE') @csrf
@endsection