@if (!isset($listeTableau['invalidite']))
@elseif (count($invalidites) === 0)Aucune donnée
| {{ getValueByKey($parametres, 'invalidite_nom_col_du') }} | {{ getValueByKey($parametres, 'invalidite_nom_col_au') }} | {{ getValueByKey($parametres, 'invalidite_nom_col_nature') }} | {{ getValueByKey($parametres, 'invalidite_nom_col_notes') }} | {{ getValueByKey($parametres, 'invalidite_nom_col_nbjours') }} | |
|---|---|---|---|---|---|
| {{ date_format($displayFrom, 'Y-m-d') }} | @if ($displayTo !== null){{ date_format($displayTo, 'Y-m-d') }} | @else@endif | {{ $item->nature }} | {!! $note !!} | {{ formatNbJours($displayNbJours) }} |
| {!! $note !!} |