{{__('Candidates About')}}

{!! clean($row->user->bio) !!} @if(!empty($row->education))

{{__('Education')}}

@foreach($row->education as $oneData)
{{@$oneData['location'][0]}}

{{@$oneData['reward']}}

{{@$oneData['location']}}
{{@$oneData['from']}} - {{@$oneData['to']}}
{!! nl2br(strip_tags(@$oneData['information'])) !!}
@endforeach
@endif @if(!empty($row->experience))

{{__('Work & Experience')}}

@foreach($row->experience as $oneData)
{{@$oneData['location'][0]}}

{{@$oneData['position']}}

{{@$oneData['location']}}
{{@$oneData['from']}} - {{@$oneData['to']}}
{!! nl2br(strip_tags(@$oneData['information'])) !!}
@endforeach
@endif @if($row->getGallery())
@foreach($row->getGallery() as $key=>$item)
@endforeach
@endif @if(!empty($row->award))

{{__('Awards')}}

@foreach($row->award as $oneData)

{{@$oneData['reward']}}

{{@$oneData['from']}} - {{@$oneData['to']}}
{!! nl2br(strip_tags(@$oneData['information'])) !!}
@endforeach
@endif @if($row->video)

{{__('Candidates About')}}

@endif