{{ __('Níveis de ensino') }}

@if (/*$user->role_id==1 or $user->role_id==2*/ 1!=1) @endif
@if (session('status'))
{{ session('status') }}
@endif @if ($user->role_id==1 or $user->role_id==2) @endif @forelse ($niveis as $Item) @if ($user->role_id==1 or $user->role_id==2) @endif @empty @endforelse
Nível StatusAcção
{{++$counter}} {{$Item->nivel}} status != 'Activo') @style("color:red") @else @style("color:green") @endif >{{$Item->status}} @if ($Item->status != 'Activo')
@csrf
@else
@csrf
@endif
Nenhuma nível cadastrado...
{{$niveis->links()}}
@if (session('status_subnivel'))
{{ session('status_subnivel') }}
@endif @if ($user->role_id==1 or $user->role_id==2) @endif @forelse ($subniveis as $Item) @if ($user->role_id==1 or $user->role_id==2) @endif @empty @endforelse
Subínvel Nível StatusAcção
{{++$counter}} {{$Item->subnivel}} {{$Item->nivel}} status != 'Activo') @style("color:red") @else @style("color:green") @endif >{{$Item->status}} @if ($Item->status != 'Activo')
@csrf
@else
@csrf
@endif
Nenhuma nível cadastrado...
{{$subniveis->links()}}