@extends($templateLayout) @section('page-title',__('site.profile')) @section('inline-title',__('site.profiles')) @section('breadcrumb')
@lang('site.age')
{{ getAge(\Illuminate\Support\Carbon::parse($candidate->date_of_birth)->timestamp) }}
@lang('site.gender')
{{ gender($candidate->gender) }}
@lang('site.location')
@if(!empty($candidate->city)){{ $candidate->city }}, @endif @if(!empty($candidate->zip)){{ $candidate->zip }}, @endif @if(!empty($candidate->state)){{ $candidate->state }}, @endif {{ $candidate->country->name }}
@lang('site.date-of-birth')
{{ \Illuminate\Support\Carbon::parse($candidate->date_of_birth)->format('F Y') }} ({{ getAge(\Illuminate\Support\Carbon::parse($candidate->date_of_birth)->timestamp) }} @lang('site.years-old'))
{!! clean(nl2br($candidate->about)) !!}
{{ $education->institution }}
{{ dateFieldString($education->date_obtained,'d/M/Y') }}
{{ $experience->company }}
{{ dateFieldString($experience->start_date,'d/M/Y') }} - {{ empty($experience->end_date)? __('site.present'):dateFieldString($experience->end_date,'d/M/Y') }}
{!! clean(nl2br($experience->job_description)) !!}
{{ $skill->description }}