{{ $candidate->fullname }}
{{ $candidate->designation }}
{{ json_decode($candidate->address)->address }}, {{ json_decode($candidate->address)->state }}
{{ date('d M Y',strtotime($candidate->created_at)) }}
@lang('Candidate Details')
{{__($candidate->details)}}
@lang('Work Experience')
{{__($employment->designation)}}
{{ date('d M Y', strtotime($employment->start_date)) }} - @if($employment->currently_work == 1) @lang('Continue') @else {{date( 'd M Y', strtotime($employment->end_date)) }} @endif{{$employment->responsibilities}}
@lang('Education History')
{{$education->levelOfEducation->name}}
{{$education->passing_year}}{{$education->institute}}