{{-- @include('components.navbar')
| Département | Nom | Prénom | @foreach($prestations as $prestation){{$prestation->titre}} | @endforeach
|---|---|---|---|
| {{ $user->nom }} | {{$user->prenom}} | @foreach($prestations as $prestation){{ $user->prestations->contains($prestation->id) ? 'Oui' : 'Non' }} | @endforeach|
| Total: | @foreach($prestations as $prestation){{ $prestation->users->count() }} | @endforeach