@if (!empty($data->file_image))
@endif
{{--
--}}
{{-- Education Information --}}
@if (!empty($data['education']))
Education Information
@foreach ($data['education'] as $education)
@endforeach
@endif
{{-- Experiences / Previous Employment --}}
@if (!empty($data['job_exp']))
Experiences / Previous Employment
@foreach ($data['job_exp'] as $job_exp)
@endforeach
@endif
@if (!empty($data->file_resume))
@endif
{{--
--}}