| # | Type d'operation | Description | Responsable | Date d'operation | Prison ID | @if(Auth::user()->role === 'admin')Action | @endif
|---|---|---|---|---|---|---|
| {{ $operation->id }} | {{ $operation->type }} | {{ $operation->description }} | {{ $operation->responsable }} | {{ $operation->date_operation }} | {{ $operation->prison ? $operation->prison->name : 'Non attribuée' }} | @if(Auth::user()->role === 'admin')✏️ | @endif