@include('dashboard.component.dashboard_error')
@include('dashboard.component.notifications')
@if(count($affectations) > 0)
N° Bon |
Bénéficiaire |
Département/Fonction |
Afficher |
Imprimer le bon |
Modifier |
@foreach($affectations as $affectation)
{{ $affectation->id }} |
{{ $affectation->personnel->name }} |
{{ $affectation->personnel->job }} |
|
|
|
@endforeach
@else
Vous n'avez aucun affectation
@endif
@include('dashboard.component.copyright')
@endsection
@push('styles')