@extends('admin.layouts.app') @section('title', 'Application — ' . $application->form_number) @section('breadcrumb')
Application No: {{ $application->form_number }} | Applied: {{ $application->created_at->format('d M Y') }} | {{ ucfirst(str_replace('_', ' ', $application->status)) }}
| Full Name | {{ $application->applicant_name ?? '--' }} |
| Date of Birth | {{ $application->date_of_birth->format('d M Y') }} |
| Gender | {{ ucfirst($application->gender) }} |
| Religion | {{ $application->religion ?? '—' }} |
| Category | {{ $application->category ?? '—' }} |
| Mobile | {{ $application->contact_no ?? '--' }} |
| {{ $application->whatsapp_no ?? '—' }} | |
| {{ $application->email ?? '--' }} | |
| Aadhar No. | {{ $application->aadhar_no ?? '—' }} |
| Differently Abled | {{ $application->differently_abled == 1 ? 'Yes' : 'No' }} |
| Nationality | {{ $application->nationality ?? '--' }} |
| Applied For | {{ $application->course ?? '--' }} |
| Subject | {{ $application->subject ?? '--' }} |
| HS % | {{ $application->percentage ?? '—' }}% |
| HS Subjects | {{ collect($subjects)->pluck('name')->implode(', ') }} |
| Year of Passing H.S | {{ $application->hs_passing_year ?? '—' }}% |
| Name of the Board | {{ $application->board_name ?? '—' }}% |
| Previous Institution | {{ $application->prev_institution ?? '—' }}% |
| Previous Institution Address | {{ $application->prev_institution_address ?? '—' }}% |
| H.S.Reg No. | {{ $application->hs_reg_no ?? '—' }}% |
No documents uploaded
@endif| Student Code | {{ $application->student->student_code }} |
| Roll No | {{ $application->student->roll_no ?? '—' }} |
| Semester | {{ $application->student->current_semester }} |