@extends('layouts.admin') @section('titulo', 'Inserir Notas em Carga') @section('conteudo')

Inserir Notas em Carga

@csrf {{-- --}} @if ($alunos) @foreach ($alunos as $aluno) @if (isset($aluno->vc_tipodaNota) && $aluno->vc_tipodaNota == $vc_tipodaNota) {{-- --}} @else {{-- --}} @endif @endforeach
PROCESSO NOME COMPLETOÚLTIMO NOMEMAC NPP {{classe_12($it_idClasse,$vc_tipodaNota)}} INDIVÍDUO
1 {{ $aluno->id_aluno }} {{ $aluno->vc_primeiroNome }} {{ $aluno->vc_nomedoMeio }} {{ $aluno->vc_ultimoaNome }}{{ $aluno->vc_primeiroNome }} {{ $aluno->vc_ultimoaNome }} @if ($estados_de_notas_unica[2]->estado == 1)
@if (isset($aluno->vc_tipodaNota)) @if ($aluno->vc_tipodaNota == $vc_tipodaNota) @else @endif @else @endif
@else
@if (isset($aluno->vc_tipodaNota)) @if ($aluno->vc_tipodaNota == $vc_tipodaNota) @else @endif @else @endif
@endif
@if ($estados_de_notas_unica[0]->estado == 1)
@if (isset($aluno->vc_tipodaNota)) @if ($aluno->vc_tipodaNota == $vc_tipodaNota) @else @endif @else @endif
@else
@if (isset($aluno->vc_tipodaNota)) @if ($aluno->vc_tipodaNota == $vc_tipodaNota) @else @endif @else @endif
@endif
@if ($estados_de_notas_unica[1]->estado == 1 && isset($npp_ativo) && $npp_ativo === true && isset($vc_tipodaNota) && $vc_tipodaNota != 'III')
@if (isset($aluno->vc_tipodaNota)) @if ($aluno->vc_tipodaNota == $vc_tipodaNota) @else @endif @else @endif
@else
@if (isset($aluno->vc_tipodaNota)) @if ($aluno->vc_tipodaNota == $vc_tipodaNota) @else @endif @else @endif
@endif
2 {{ $aluno->id_aluno }} {{ $aluno->vc_primeiroNome }} {{ $aluno->vc_nomedoMeio }} {{ $aluno->vc_ultimoaNome }}{{ $aluno->vc_primeiroNome }} {{ $aluno->vc_ultimoaNome }} @if ($estados_de_notas_unica[2]->estado == 1)
@if (isset($aluno->vc_tipodaNota)) @if ($aluno->vc_tipodaNota == $vc_tipodaNota) @else @endif @else @endif
@else
@if (isset($aluno->vc_tipodaNota)) @if ($aluno->vc_tipodaNota == $vc_tipodaNota) @else @endif @else @endif
@endif
@if ($estados_de_notas_unica[0]->estado == 1)
@if (isset($aluno->vc_tipodaNota)) @if ($aluno->vc_tipodaNota == $vc_tipodaNota) @else @endif @else @endif
@else
@if (isset($aluno->vc_tipodaNota)) @if ($aluno->vc_tipodaNota == $vc_tipodaNota) @else @endif @else @endif
@endif
@if ($estados_de_notas_unica[1]->estado == 1 && isset($npp_ativo) && $npp_ativo === true && isset($vc_tipodaNota) && $vc_tipodaNota != 'III')
@if (isset($aluno->vc_tipodaNota)) @if ($aluno->vc_tipodaNota == $vc_tipodaNota) @else @endif @else @endif
@else
@if (isset($aluno->vc_tipodaNota)) @if ($aluno->vc_tipodaNota == $vc_tipodaNota) @else @endif @else @endif
@endif
@endif
@if (session('ExisteNota')) @endif @if (session('status')) @endif @if (session('error')) @endif @include('admin.layouts.footer') @endsection