{!! nl2br($summary) !!}
@else
@endif
@lang('site.age'): {{ getAge(\Illuminate\Support\Carbon::parse($item->candidate->date_of_birth)->timestamp) }}
@lang('site.gender'): {{ gender($item->candidate->gender) }}
@else
@endif
{{ getAge(\Illuminate\Support\Carbon::parse($item->candidate->date_of_birth)->timestamp) }}
{{ gender($item->candidate->gender) }}
@if(!empty($item->candidate->city)){{ $item->candidate->city }}, @endif @if(!empty($item->candidate->zip)){{ $item->candidate->zip }}, @endif @if(!empty($item->candidate->state)){{ $item->candidate->state }}, @endif {{ $item->candidate->country->name }}
{{ \Illuminate\Support\Carbon::parse($item->candidate->date_of_birth)->format('F Y') }} ({{ getAge(\Illuminate\Support\Carbon::parse($item->candidate->date_of_birth)->timestamp) }} @lang('site.years-old'))
{!! clean(nl2br($item->candidate->about)) !!}
{{ $skill->description }}