Lista de Alunos
| # | Nome | Nº BI | Sexo | Telefone | Opções | ||
|---|---|---|---|---|---|---|---|
| {{ $aluno->id }} | {{ $aluno->vc_aluno_nome }} | {{ $aluno->vc_num_bi }} | {{ $aluno->vc_sexo }} | {{ $aluno->vc_email }} | {{ $aluno->it_telefone }} | @csrf @method('delete') {{--
@switch(Auth::user()->id_nivel_usuario)
@case(1)
@break
@case(2)
@break
@case(3)
@break
@case(4)
@break
@endswitch
| --}}
|
| {{ $aluno->id }} | {{ $aluno->vc_aluno_nome }} | {{ $aluno->vc_curso }} | {{ $aluno->vc_turma }} | @if ($aluno->file_bi !== null) {{ e($aluno->vc_num_bi) }} @else {{ e($aluno->vc_num_bi) }} @endif | Fixa de Inscrição | @csrf @method('delete')
@if (Auth::user()->nivel == 1 || Auth::user()->nivel <= 4)
@endif
|