{{$calendar->course ? $calendar->course->name : $calendar->name}}

{{date("l d F", strtotime($calendar->from))}}, ora inizio {{date("H:i", strtotime($calendar->from))}}

@if($calendar->status == 0)
@endif
@foreach($records as $idx => $record) @endforeach
# Cognome Nome Certificato Presenza
{{$idx}} {{$record["first_name"]}} {{$record["last_name"]}} @php list($status, $date) = explode("|", $record["certificate"]); @endphp @if($status == 0) Scaduto @endif @if($status == 1) In scadenza @endif @if($status == 2) Scadenza @endif {{$date}} @if ($record["status"] != 99) @if ($record["presence"]) @if ($record["my_presence"]) @else V @endif @else @endif @else Annullata @endif
@if($calendar->status == 0)
@else LEZIONE ANNULLATA @endif
@push('scripts') @endpush @push('scripts') @endpush