@if( $appuntamenti != null && count($appuntamenti)>0) @foreach ($appuntamenti as $appuntamento)

{{$appuntamento->title}}

Orario: {{ \Carbon\Carbon::parse($appuntamento->start)->format('H:i') }}

@endforeach @else

Nessun appuntamento trovato

@endif