Course Name:-
{{ ucfirst($course['course_title']) }}
Candidate Name:-
{{ ucfirst($student_details['first_name']) }} {{ ucfirst($student_details['middle_name']) }} {{ ucfirst($student_details['last_name']) }}
Father Name:-
{{ ucfirst($student_details['fathers_name']) }}
Mother Name:-
{{ ucfirst($student_details['mothers_name']) }}
Date of Birth:-
{{ date('d-m-Y',strtotime($student_details['date_of_birth'])) }}
Gender:-
{{ !empty($student_details['gender'])?ucfirst($student_details['gender']):" -- " }}
Blood Group:-
{{ !empty($student_details['blood_group'])?ucfirst($student_details['blood_group']):" -- " }}
Specially Abled:-
{{ !empty($student_details['specially_abled'])?ucfirst($student_details['specially_abled']):" -- " }}
Nationality:-
{{ !empty($student_details['nationality'])?ucfirst($student_details['nationality']):" -- " }}
Religion:-
{{ !empty($religion['religion_name'])?ucfirst($religion['religion_name']):" -- " }}
Medium:-
{{ !empty($student_details['medium'])?ucfirst($student_details['medium']):" -- " }}
Minority:-
{{ !empty($student_details['minority'])?ucfirst($student_details['minority']):" -- " }}
Domicile:-
{{ !empty($student_details['domicial'])?ucfirst($student_details['domicial']):" -- " }}
Private/Public Employee:-
--
Kasmir Migrant:-
{{ !empty($student_details['kasmir_migrant'])?ucfirst($student_details['kasmir_migrant']):" -- " }}
Yearly Income of Father/Guardian:-
{{ !empty($student_details['yearly_income'])?ucfirst($student_details['yearly_income']):" -- " }}
Residance Distance From College:-
{{ !empty($student_details['residance_distance_f_collage'])?ucfirst($student_details['residance_distance_f_collage']):" -- " }}
Applying Date:-
{{ date('d-m-Y H:i:s', strtotime($student_details['created_at'])) }}
Category:-
{{ !empty($category['category_name'])?ucfirst($category['category_name']):" -- " }}
Sport Seat:-
{{ !empty($student_details['sport_seat'])?ucfirst($student_details['sport_seat']):" -- " }}
Are You Enrolled With JNVU:-
{{ !empty($student_details['enroll_with_jnvu'])?ucfirst($student_details['enroll_with_jnvu']):" -- " }}
Ex Serviceman:-
{{ !empty($student_details['ex_serviceman'])?ucfirst($student_details['ex_serviceman']):" -- " }}
IT Payee:-
No
Student of JNVU:-
{{ !empty($student_details['student_of_jnvu'])?ucfirst($student_details['student_of_jnvu']):" -- " }}
Fee Mode:-
---
Total Fee:-
---
Late Fee:-
---
Transport Facility:-
{{ !empty($student_details['transport_facility'])?ucfirst($student_details['transport_facility']):" -- " }}