@include('dashboard.component.dashboard_error')
@include('dashboard.component.notifications')
@if(count($attestations) > 0)
Nom du demandeur |
Motif: |
Date de la demande: |
Télécharger la demande |
Télécharger l'attestation |
Supprimer |
@foreach($attestations as $attestation)
{{ $attestation->employee->name }} |
{{ $attestation->motif }} |
{{ $attestation->created_at->format('Y-m-d') }} |
|
|
|
@endforeach
@else
Vous n'avez aucune demande
@endif
@include('dashboard.component.copyright')
@endsection
@push('styles')