@php $candidate = $row->candidate; @endphp
{{__('Education')}}
{{__("Time")}}
{{__('Location')}}
{{__('Reward')}}
{{__('More Information')}}
@if(!empty($educations)) @foreach($educations as $key=>$item)
{{@$item['information']}}
@endforeach @endif
{{__('Add item')}}
{{__('Experience')}}
{{__("Time")}}
{{__('Location')}}
{{__('Position')}}
{{__('More Information')}}
@if(!empty($experiences)) @foreach($experiences as $key=>$item)
{{@$item['information']}}
@endforeach @endif
{{__('Add item')}}
{{__('Award')}}
{{__("Time")}}
{{__('Location')}}
{{__('Reward')}}
{{__('More Information')}}
@if(!empty($educations)) @foreach($educations as $key=>$item)
{{@$item['information']}}
@endforeach @endif
{{__('Add item')}}