@php $i = 0; @endphp
SL | Student | Hall ID | Admission Session | Academic Year | Academic Department | Registration No | Mobile No | {{--Status | --}}
---|---|---|---|---|---|---|---|---|
{{ ++$i }} | {{ $student->full_name_en }} | {{ $student->hall_id }} | {{ isset($academicSession[$student->admission_session]) ? $academicSession[$student->admission_session] : '' }} | {{ isset($academicYear[$student->year]) ? $academicYear[$student->year] : '' }} | {{ $student->department }} | {{ $student->registration_no }} | {{ $student->mobile_no }} | {{--{!! $status !!} | --}}