| {{$record->name}} |
{{$record->frequency->name ?? ""}} |
{{$record->level->name ?? ""}} |
{{-- {{date("d/m/Y", strtotime($record->date_from))}} - {{date("d/m/Y", strtotime($record->date_to))}} | --}}
@if($_GET["type"] != "custom")
@if($record->when != null)
@foreach(json_decode($record->when) as $xx => $x)
@if($xx > 0)
@endif
@foreach($x->day as $zz => $d)
{{$zz > 0 ? '-' : ''}}{{$d}}
@endforeach
h {{$x->from}} - {{$x->to}}
@endforeach
@endif
|
@endif
{{$record->getins->name ?? ""}} {{$record->getins->cognome ?? ""}} |
{{$record->getCount()}} |
|
@endforeach