@extends('dashboard.layout.base') @section('content')
Liste des affectations
@include('dashboard.component.dashboard_error') @include('dashboard.component.notifications') @if(count($affectations) > 0)
@foreach($affectations as $affectation) @endforeach
N° Bon Bénéficiaire Département/Fonction Afficher Imprimer le bon Modifier
{{ $affectation->id }} {{ $affectation->personnel->name }} {{ $affectation->personnel->job }}
@else

Vous n'avez aucun affectation

@endif
@include('dashboard.component.copyright')
@endsection @push('styles') @endpush @push('scripts') @endpush