|
|
|
|
{{$schoolSetup->name_sst}}
|
|
|
|
REPORTE DE ASPIRANTES
|
{{Global_Functions::changeTitles('AÑO LECTIVO')}} |
{{$schoolYear->name_scy}} |
|
|
@if(count($aspirantStudents))
NOMBRES
|
@foreach($studentArray as $file)
{{$studentFieldsArray[$file]}}
|
@endforeach
@if(count($legalFiles))
@foreach($legalFiles as $file)
{{$legal_guardian[$file]}}
|
@endforeach
@endif
@if(count($fatherFiles))
@foreach($fatherFiles as $file)
{{$father_guardian[$file]}}
|
@endforeach
@endif
@if(count($motherFiles))
@foreach($motherFiles as $file)
{{$mother_guardian[$file]}}
|
@endforeach
@endif
@endif
@forelse($aspirantStudents as $student)
{{$student->last_name_asstu}} {{$student->first_name_asstu}}
|
@foreach($studentArray as $file)
@if($file=='Parents_live_asstu')
@if($student->$file)
{{$Parents_live_asstu[$student->$file]}}
@endif
@elseif($file=='siblings_in_school')
{{$siblings_in_school[$student->$file]}}
@elseif($file=='lives_with_asstu')
{{$lives_with_asstu[$student->lives_with_asstu]}}
@elseif($file=='link_school')
@if(isset($link_school[$student->link_school]))
{{$link_school[$student->link_school]}}
@else
{{$student->link_school}}
@endif
@elseif($file=='publicity_telling')
@if(isset($publicity_telling[$student->publicity_telling]))
{{$publicity_telling[$student->publicity_telling]}}
@else
{{$student->publicity_telling}}
@endif
@elseif($file=='payment_mode')
@if(isset($payment_mode[$student->payment_mode]))
{{$payment_mode[$student->payment_mode]}}
@else
{{$student->payment_mode}}
@endif
@else
{{$student->$file}}
@endif
|
@endforeach
@if(count($legalFiles))
@foreach($legalFiles as $file)