@extends('layouts.front') @section('header-text')

{{ ucwords($job->title) }}

{{ ucwords($job->location->location) }}
@endsection @push('header-css') @endpush @section('content') @php $gender = [ 'male' => __('modules.front.male'), 'female' => __('modules.front.female'), 'others' => __('modules.front.others') ]; @endphp
@csrf
@lang('modules.front.jobOpenings') » {{ ucwords($job->title) }} » @lang('modules.front.applicationForm')
@lang('modules.front.personalInformation')
@if ($job->required_columns['gender'])
@foreach ($gender as $key => $value)
@endforeach
@endif @if ($job->required_columns['dob'])
@endif @if ($job->required_columns['country'])
@endif @if($job->section_visibility['profile_image'] == 'yes')
@lang('modules.front.photo')
@if($user) @endif
@lang('modules.front.photoFileType')
@endif
@if ($job->section_visibility['resume'] == 'yes')
@lang('modules.front.resume')

@lang('modules.front.resumeFileType')
@endif @if(count($jobQuestion) > 0)
@lang('modules.front.additionalDetails')
@forelse($jobQuestion as $question)
@empty @endforelse
@endif @if ($job->section_visibility['cover_letter'] == 'yes')
@lang('modules.front.coverLetter')
@endif @if ($job->section_visibility['terms_and_conditions'] == 'yes')
@lang('modules.front.legalTerm')
@endif
@endsection @push('footer-script') {{--@if($linkedin) @endif--}} @endpush