@if (!isset($listeTableau['formation']))
@elseif (count($formations) === 0)Aucune donnée
| {{ getValueByKey($parametres, 'formation_nom_col_date') }} | {{ getValueByKey($parametres, 'formation_nom_col_titre') }} | {{ getValueByKey($parametres, 'formation_nom_col_notes') }} | {{ getValueByKey($parametres, 'formation_nom_col_hours') }} |
|---|---|---|---|
| {{ date_format($item->date, 'Y-m-d') }} | {{ $item->nom }} | {!! $note !!} | {{ $item->hours > 0 ? $item->hours . ' heures' : '' }} |
| {!! $note !!} |