@extends('master') @section('title') {{ $title }} @endsection @section('content')

Application Details

Personal Information

ID {{ $application->id }}
Season {{ $application->season }}
Year {{ $application->year }}
First Name {{ $application->first_name }}
Middle Name {{ $application->middle_name }}
Last Name {{ $application->last_name }}
Email {{ $application->email }}
Date of Birth {{ $application->dob }}
Gender {{ $application->gender == 1 ? 'Male' : ($application->gender == 2 ? 'Female' : 'Other') }}

Contact Information

Contact {{ $application->contact }}
Contact 1 {{ $application->contact1 }}
Telephone Number {{ $application->tel_no }}

Address Information

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 }}

Permanent Address

Country {{ $application->p_country }}
District {{ $application->p_district }}
Municipality/VDC {{ $application->p_mun_vdc }}
Ward {{ $application->ward }}
Locality {{ $application->locality }}

Temporary Address

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 }}

Parent/Guardian Information

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 & Program Details

Occupation {{ $application->occupation }}
User ID {{ $application->user_id }}
Application ID {{ $application->application_id }}
Program {{ $application->program }}

Photos

Citizenship Photo @if ($application->citizenship_photo) citizenship photo @else No photo available @endif
Student Photo @if ($application->student_photo) student photo @else No photo available @endif
Back to List
@endsection