| Nome | Frequenza | Livello | Durata | @if($_GET["type"] != "custom")Giorni | @endifIstruttore | ... |
|---|---|---|---|---|---|---|
| {{$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")
@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
{{$record->getins->name ?? ""}} | > |