@extends('master') @section('title') {{ $title }} @endsection @section('content')
| ID | {{ $application->id }} |
|---|---|
| Season | {{ $application->season }} |
| Year | {{ $application->year }} |
| First Name | {{ $application->first_name }} |
| Middle Name | {{ $application->middle_name }} |
| Last Name | {{ $application->last_name }} |
| {{ $application->email }} | |
| Date of Birth | {{ $application->dob }} |
| Gender | {{ $application->gender == 1 ? 'Male' : ($application->gender == 2 ? 'Female' : 'Other') }} |
| Contact | {{ $application->contact }} |
|---|---|
| Contact 1 | {{ $application->contact1 }} |
| Telephone Number | {{ $application->tel_no }} |
| Ethnic Group | {{ $application->ethic_group }} |
|---|---|
| Marital Status | {{ $application->marital_status == 1 ? 'Single' : ($application->marital_status == 2 ? 'Married' : 'Divorced') }} |
| Religion | {{ $application->religion }} |
| Citizenship | {{ $application->citizenship }} |
| Country | {{ $application->country }} |
| Pradesh | {{ $application->pradesh }} |
| District | {{ $application->district }} |
| Country | {{ $application->p_country }} |
|---|---|
| District | {{ $application->p_district }} |
| Municipality/VDC | {{ $application->p_mun_vdc }} |
| Ward | {{ $application->ward }} |
| Locality | {{ $application->locality }} |
| Country | {{ $application->t_country }} |
|---|---|
| District | {{ $application->t_district }} |
| Municipality/VDC | {{ $application->t_mun_vdc }} |
| Ward No | {{ $application->t_ward_no }} |
| Locality | {{ $application->t_locality }} |
| Telephone Number | {{ $application->t_telno }} |
| Father's Name | {{ $application->father_name }} |
|---|---|
| Father's Mobile | {{ $application->father_mobile }} |
| Mother's Name | {{ $application->mother_name }} |
| Mother's Mobile | {{ $application->mother_mobile }} |
| Guardian's Name | {{ $application->guardian_name }} |
| Guardian's Mobile | {{ $application->g_mobile }} |
| Occupation | {{ $application->occupation }} |
|---|---|
| User ID | {{ $application->user_id }} |
| Application ID | {{ $application->application_id }} |
| Program | {{ $application->program }} |
| Citizenship Photo |
@if ($application->citizenship_photo)
|
|---|---|
| Student Photo |
@if ($application->student_photo)
|