Candidate Detail
{{$saveInfo->full_name}}
{{-- Date of Birth --}}

Date of Birth
{{date('d', strtotime($saveInfo->date_of_birth))}}/{{date('m', strtotime($saveInfo->date_of_birth))}}/{{date('Y', strtotime($saveInfo->date_of_birth))}}

{{-- Current Location --}}

Current Location
{{$saveInfo->cities_name}}

{{-- Gender --}}

Gender
{{$saveInfo->gender}}

{{-- Marital Status --}}

Marital Status
{{$saveInfo->martial_status}}

{{-- Qualification --}}

Qualification
@foreach ($saveEducation as $edu) {{$edu->degree_level}} @break @endforeach

About Me

{{$saveInfo->remarks}}

General Information
Domicile

{{$saveInfo->domicile}}

Age Group

{{$saveInfo->age}}

Home Address

{{$saveInfo->postel_address}}

Hobbies

{{$saveInfo->hobbies}}

Contact Number

{{$saveInfo->mobile}}

Email Address

{{$saveInfo->email}}

Education
    @foreach($saveEducation as $edu)
  • {{$edu->degree_name}}
  • ({{$edu->session}})

    {{$edu->institute}}
    @endforeach
Work Experience
    @foreach ($saveProfessional as $prof)
  • {{$prof->org_designation}}
  • ({{date('Y', strtotime($prof->start_date))}} - {{date('Y', strtotime($prof->end_date))}})

    {{$prof->org_name}}
    @endforeach
Research Articles
    @foreach ($saveWorkshops as $works)
  • {{$works->res_title}}
  • ({{$works->res_year}})

    {{$works->res_org_name}}
    @endforeach
{{-- {{die}} --}}