@foreach($students as $key => $student) @if($student->status_applicant_ast =='ACCEPTED') @elseif($student->status_applicant_ast =='REJECTED') @else @endif @endforeach
{{ $schoolSetup->name_sst }}
Aplicaciones formulario de inscripción
Periodo de Inscripción {{ $name_scy }}
Aplicaciones desde {{ $start_date }} Aplicaciones hasta {{ $end_date }}
 
APLICANTE {{Global_Functions::changeTitles('AÑO LECTIVO')}} NIVEL REPRESENTANTE FECHA PROCEDE OBSERVACIÓN
{{$key+1}} {{$student->last_name_ast}} {{$student->first_name_ast}} {{$student->name_scy}} {{$student->name_set}} {{$student->name_lvl}} {{$student->last_name_agd}} {{$student->first_name_agd}} {{$student->date_app}} {{$student->observation_ast}}