| Nº | Nível | Status | @if ($user->role_id==1 or $user->role_id==2)Acção | @endif @forelse ($niveis as $Item)|
|---|---|---|---|---|
| {{++$counter}} | {{$Item->nivel}} | status != 'Activo') @style("color:red") @else @style("color:green") @endif >{{$Item->status}} | @if ($user->role_id==1 or $user->role_id==2)@if ($Item->status != 'Activo') @else @endif | @endif|
| Nenhuma nível cadastrado... | ||||
| Nº | Subínvel | Nível | Status | @if ($user->role_id==1 or $user->role_id==2)Acção | @endif @forelse ($subniveis as $Item)
|---|---|---|---|---|
| {{++$counter}} | {{$Item->subnivel}} | {{$Item->nivel}} | status != 'Activo') @style("color:red") @else @style("color:green") @endif >{{$Item->status}} | @if ($user->role_id==1 or $user->role_id==2)@if ($Item->status != 'Activo') @else @endif | @endif
| Nenhuma nível cadastrado... | ||||