@php $i = 0; $academicyears = [1 => '1st', 2 => '2nd', 3 => '3rd', 4 => '4th', 5 => '5th']; @endphp
SL | Student | Hall ID | Department | Admission Session |
Academic Program |
Academic Year |
Registration No |
Mobile No | Cancel Date | Seat | Room | Floor | Building | {{--Status | --}}
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ ++$i }} | {{ $student->full_name_en }} | {{ $student->hall_id }} | {{ $student->dept_name }} | {{ $student->admission }} | {{ $student->statusname }} | {{ $academicyears[$student->acyear] }} | {{ $student->registration_no }} | {{ $student->mobile_no }} | {{(new DateTime($student->date))->format('d-m-Y') }} | {{ $student->seat_no }} | {{ $student->room_no}} | {{ $student->floor }} | {{ $student->name }} | {{--{!! $status !!} | --}}