@extends('backend.layouts.app') @section('content')

{{$page_title}}

@if($data->photo) Photo @endif

{{ $data->name }}

{{ $data->designation }}

{{ $data->contact }} @if($data->other_contact) | {{ $data->other_contact }} @endif

Personal Information

Father/Husband Name: {{ $data->parent_name }}

Date of Birth: {{ $data->dob }}

Application Date: {{ dateFormat($data->created_at) }}

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

@if($data->other_qualification) @endif
Qualification Marks/Details
High School (10th) {{ $data->qualification_10 }}
Intermediate (12th) {{ $data->qualification_12 }}
Other Qualification {{ $data->other_qualification }}
@if($data->work_experience)

Work Experience

{{ $data->work_experience }}

@endif

This is a system-generated CV from Gram Panchayat Job Application Portal

@endsection