@php $i = 0; @endphp
SL | Student | Hall ID | Resident No | Admission Session |
Program | Academic Year |
Department | Registration No |
Mobile No | Resident Date |
Seat | {{--Room | Floor | --}}Building | {{--Status | --}}
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ ++$i }} | {{ isset($student['full_name_en']) ? $student['full_name_en'] : '' }} | {{ isset($student['hall_id']) ? $student['hall_id'] : '' }} | {{ isset($student['resident_no']) ? $student['resident_no'] : '' }} | {{ isset($student['admission']) ? $student['admission'] : '' }} | {{ isset($student['statusname']) ? $student['statusname'] : '' }} | {{ isset($student['year']) && isset($academicyears[$student['year']]) ? $academicyears[$student['year']] : '' }} | {{ isset($student['dept_name']) ? $student['dept_name'] : '' }} | {{ isset($student['registration_no']) ? $student['registration_no'] : '' }} | {{ isset($student['mobile_no']) ? $student['mobile_no'] : '' }} | {{ isset($student['date']) ? (new DateTime($student['date']))->format('d-m-Y') : '' }} | {{ isset($student['seat_no']) ? $student['seat_no'] : '' }} | {{-- Add similar checks for other fields --}}{{ isset($student['name']) ? $student['name'] : '' }} | {{-- Add similar checks for other fields --}}