Liste des équipes qui traitent le dossier

@foreach ($affectations as $affectation) @php $ids= $affectation->user_id."%".$affectation->type_affectation_id; @endphp @endforeach
Gendarme Rôle Ajouté Action
@if ($affectation->user_id === auth()->user()->id) Moi même @else {{ $affectation->users->grades->nom}} {{ $affectation->users->nom}} {{ $affectation->users->prenom}} @endif {{ $affectation->types->nom}} {{ $affectation->created_at->diffForHumans()}} @if ($affectation->user_id != auth()->user()->id) @endif