@extends('layouts.navigation') @section('content')

Turmas

Turmas cadastradas

{{ $counter }}

100%
Turmas com pauta

{{ $counter_com_pauta }}

Alunos MF

{{ $tota_alunos_MF }}

100%
Alunos F

{{ $tota_alunos_MF }}

Dados iniciais das turmas
@if (session('status')) @endif
@if (1) @endif
@foreach ($Alfabetizadoresturmas as $Item) @endforeach
Província Município Aproveitamento Responsável Nível Ano MF F Acção
{{$Item->nome_provincia}} {{$Item->nome_municipio}} @if ($Item->idAproveitamento!=null) Ver a pauta @else Sem a pauta @endif {{$Item->nome_do_responsavel}} {{$Item->nivel}}
{{$Item->subnivel}}
{{$Item->anolectivo}} {{$Item->total_alunos_mf}} {{$Item->total_alunos_f}} @if (($user->role_id=='1' or $user->role_id=='2') or ($user->id == $Item->user_id)) @endif @if (($user->role_id=='1' or $user->role_id=='2'))
@csrf @method('DELETE')
@endif
@endsection