| Matricule | Prisonier | Date d'Arrestation | Prison | Autorité Responsable | Statut | Crimes Associés | @if(Auth::user()->role === 'admin')Action | @endif
|---|---|---|---|---|---|---|---|
| {{ $arrestation->prisonier->matricule }} | {{ $arrestation->prisonier->nom }}{{ $arrestation->prisonier->prenom }} | {{ $arrestation->date_arrestation }} | {{ $arrestation->prison->name }} | {{ $arrestation->user->name }} | {{ $arrestation->statut }} |
|
@if(Auth::user()->role === 'admin')
👁️ ✏️ 👁️ | @endif