@if (!isset($listeTableau['rappel']))
@elseif (count($rappels) === 0) @if((!isset($rappel_only) || $rappel_only == false))Aucune donnée
| Statut | Employé(e) | Description | Recurrence | Date d'échéance | Rappel avant échéance | Destinataire(s) | Note |
|---|---|---|---|---|---|---|---|
| {{ $item->is_past ? 'Archivé' : 'Actif' }} | {{ $item->employee_name }} | {{ $item->description }} | {{ $item->recurrence_label }} | {{ date_format($item->date, 'Y-m-d') }} | @if ($item->number_days_before_notification == 0) Rappel le jour de l'échéance @else Rappel {{ $item->number_days_before_notification }} jours avant échéance @endif | @foreach ($item->destinataires_email as $index => $destinataire) {{ $destinataire }}{{ $index < count($item->destinataires_email) - 1 ? ', ' : '' }} @endforeach | {!! $note !!} |
| {!! $note !!} |