@if (!isset($listeTableau['absence']))
@elseif (count($absences) === 0)Aucune donnée
| {{ getValueByKey($parametres, 'absence_nom_col_du') }} | {{ getValueByKey($parametres, 'absence_nom_col_au') }} | {{ getValueByKey($parametres, 'absence_nom_col_nature') }} | {{ getValueByKey($parametres, 'absence_nom_col_notes') }} | {{ getValueByKey($parametres, 'absence_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 !!} |