{{ $job->title }}

{{ $location->location }} • {{ $location->address }}

{{ $job->start_date->diffForHumans() }}

@lang('recruit::modules.front.personalInformation')

@if($job->is_dob_require)
@endif @if($job->is_gender_require)
@endif
@foreach ($applicationSources as $source) @endforeach
@if($job->is_resume_require)
@endif @if($job->is_photo_require)
@endif
@if(count($fields) > 0)

@lang('recruit::modules.front.additionalDetails')

@endif @if(!is_null($recruitSetting->legal_term))

@lang(('recruit::modules.front.termsCondition'))

{!! $recruitSetting->legal_term !!}

@else @endif @if ($recruitSetting->google_recaptcha_status == 'active') @if($globalSetting->google_recaptcha_status == 'active' && $globalSetting->google_recaptcha_v2_status == 'active')
@endif {{-- This is used for google captcha v3 --}} @if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif @endif
@lang('recruit::modules.front.apply') @lang('app.cancel')