👤 Personal Information
Father/Husband Name:
{{ $data->parent_name }}
Date of Birth:
{{ $data->dob }}
Application Date:
{{ date('d M Y', strtotime($data->created_at)) }}
Application Status:
@if($data->status == '2')
✓ Approved
@elseif($data->status == '0')
✗ Rejected
@else
⏳ Pending
@endif
📍 Address
State:
{{ $data->state }}
District:
{{ $data->district }}
Block:
{{ $data->block }}
Gram Panchayat:
{{ $data->gram_panchayat }}
Village/Street:
{{ $data->village_street }}
📚 Educational Qualification
| Qualification |
Marks/Details |
| High School (10th) |
{{ $data->qualification_10 }} |
| Intermediate (12th) |
{{ $data->qualification_12 }} |
@if($data->other_qualification)
| Other Qualification |
{{ $data->other_qualification }} |
@endif
@if($data->work_experience)
💼 Work Experience
{{ $data->work_experience }}
@endif