@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')

@lang('frontend::lang.job_info')

@foreach ($data['job'] as $item_id => $item)
{{ !empty($item['name']) ? $item['name'] : '' }}
@endforeach

@lang('frontend::lang.app_form')

@lang('frontend::lang.position')

@lang('frontend::lang.change')

@lang('frontend::lang.job_info_1')

{{-- @dump(data['employee']->sub_district_id) --}}
postal_code)) disabled @endif value="{{ !empty($data['employee']->postal_code) ? $data['employee']->postal_code : '' }}" class="form-control" placeholder="@lang('frontend::lang.postal_code')">
@lang('frontend::lang.photo')
@if (!empty($data['employee']->file_image)) @endif

@lang('frontend::lang.max_upload')

@lang('frontend::lang.education')

@if (!empty($data['education']) and count($data['education']) > 0) @endif
@if (!empty($data['education'])) @for ($i = 0; $i < count($data['education']); $i++)

{{ !empty($data['education'][$i]['school_name']) ? $data['education'][$i]['school_name'] : '' }}

{{ !empty($data['education'][$i]['study']) ? $data['education'][$i]['study'] : '' }}

{{ !empty($data['education'][$i]['education_bg']) ? $data['education'][$i]['education_bg'] : '' }}

{{ !empty($data['education'][$i]['form_grad_years']) ? $data['education'][$i]['form_grad_years'] : '' }}

{{ !empty($data['education'][$i]['to_grad_years']) ? $data['education'][$i]['to_grad_years'] : '' }}

@endfor @endif

@lang('frontend::lang.employment')

@if (!empty($data['experience']) and count($data['experience']) > 0) @endif
@if (!empty($data['experience'])) @for ($x = 0; $x < count($data['experience']); $x++)

{{ !empty($data['experience'][$x]['company_name']) ? $data['experience'][$x]['company_name'] : '' }}

{{ !empty($data['experience'][$x]['position']) ? $data['experience'][$x]['position'] : '' }}

{{ !empty($data['experience'][$x]['start_years']) ? $data['experience'][$x]['start_years'] : '' }}

{{ !empty($data['experience'][$x]['end_years']) ? $data['experience'][$x]['end_years'] : '' }}

{{ !empty($data['experience'][$x]['des']) ? $data['experience'][$x]['des'] : '' }}

@endfor @endif
{{-- // f-g-select --}}
@lang('frontend::lang.att_resume')

@lang('frontend::lang.max_upload')

{{--

***โปรดยอมรับเงื่อนไขของเรา***

--}} @lang('frontend::lang.acknowledge')@lang('frontend::lang.policy')

{{-- onclick="myFunction()" --}}
@endsection @section('script') @endsection