@foreach($students as $student)
{{ Auth::user()->school->name }}
Office Phone : {{Auth::user()->school->phone}}
BUS PASS 2022-2023
| Name : |
{{$student->FullName}} |
| Class : |
{{optional(optional($student->studentAcademicLatest)->standardLink)->StandardSection}}
|
| Address : |
{{$student->userprofile->address}},
{{$student->userprofile->city->name}},
{{$student->userprofile->pincode}}
|
| Mobile : |
{{$student->mobile_no}}
|
| Boarding Point : |
Nilaiyir, Temple Stop
|
|
|
| June |
July |
Aug |
Sep |
Oct |
Nov |
Dec |
Jan |
Feb |
March |
April |
May |
| Fair Paid on with Sign |
|
|
|
|
|
|
|
|
|
|
|
|
@if( $loop->iteration % 1 == 0 )
@php echo '
';
@endphp
@endif
@endforeach