@include('dashboard.component.dashboard_error')
@include('dashboard.component.notifications')
@if(count($demandes) > 0)
N° sortie |
Nom |
Prénom |
Status |
Date de retrait |
Date de retoure |
Afficher |
Imprimer |
Modifier |
@foreach($demandes as $demande)
{{ $demande->n_so }} |
{{ $demande->student->first_name }} |
{{ $demande->student->last_name }} |
{{ $demande->statut}} |
{{ $demande->date_so }} |
{{ $demande->date_en }} |
|
|
|
@endforeach
@else
Vous n'avez aucun demande
@endif
@include('dashboard.component.copyright')
@endsection
@push('styles')