| Nome | Livello | Frequenza | Durata | Data inizio/fine | Istruttore | N° partecipanti | Prezzo mensile | Causale | ... |
|---|---|---|---|---|---|---|---|---|---|
| {{$record->name}} | {{$record->level->name ?? ""}} | {{$record->frequency->name ?? ""}} | {{$record->duration->name ?? ""}} | {{$record->date_from != null ? date("d/m/Y", strtotime($record->date_from)) : ""}} - {{$record->date_to != null ? date("d/m/Y", strtotime($record->date_to)) : ""}} | {{$record->instructor ?? ""}} | {{$record->getCount()}} | {{formatPrice($record->price)}} |