@extends('frontend.layouts.web') @section('content')
Date of Birth
{{date('d', strtotime($ApplicanttInfo->date_of_birth))}}/{{date('m', strtotime($ApplicanttInfo->date_of_birth))}}/{{date('Y', strtotime($ApplicanttInfo->date_of_birth))}}
Current Location
{{$ApplicanttInfo->cities_name}}
Gender
{{$ApplicanttInfo->gender}}
Marital Status
{{$ApplicanttInfo->martial_status}}
Qualification
@foreach ($ApplicantEducation as $edu)
{{$edu->degree_level}}
@break
@endforeach
{{$ApplicanttInfo->remarks}}
{{$ApplicanttInfo->domicile}}
{{$ApplicanttInfo->age}}
{{$ApplicanttInfo->postel_address}}
{{$ApplicanttInfo->hobbies}}
{{$ApplicanttInfo->mobile}}
{{$ApplicanttInfo->email}}
({{$edu->session}})
({{date('Y', strtotime($prof->start_date))}} - {{date('Y', strtotime($prof->end_date))}})
({{$works->res_year}})
{{$jobs->designation}}
Last Date: {{date('F d, Y', strtotime($jobs->end_date)) }}