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