@extends('site.layouts.master') @section('seoTags') @seoTags() @endsection @if(empty($seoRow->title)) @section('title') {{ 'Application' }} @endsection @endif @section('metatags') @endsection @php if(!isset($application)) $application = new App\Application; @endphp @section('content')

@lang('hr.Application_Form')

@csrf
@if ($errors->has('image')) @endif

@lang('hr.applicant_information')

@lang('hr.Education')

@lang('hr.Work_Experience')

@if(!isset($application)) @endif

@lang('hr.trainingcourses')

@foreach ($trainingNames as $index=>$t)
@endforeach
@if(!isset($application)) @endif

@lang('hr.applicationQuote')

@endsection @section('script') @endsection