@if(Session::has('message'))
{{Session::get('message')}}
@endif
| No |
Code operation |
operation |
Description |
Etat |
Action |
@foreach($operation as $key=>$p)
| {{++$key}} |
{{$p->code_operation}} |
{{$p->nom_operation}} |
{{$p->description_operation}} |
@if($p->status_operation == 1) actif @else inactif @endif |
Edit
Delete
|
@endforeach