@extends('layouts.app') @section('styles') @endsection @section('content') @if (!empty($data))
Personal Information
@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 {{--
--}}
@endif @endsection('content') @section('scripts') @endsection