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

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

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

@lang('modules.front.jobOpenings')  »  {{ ucwords($job->title) }}
@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.personalInformation')
@if ($job->required_columns['address'])
@endif @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
@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)

@if($question->type == 'text') @else
@lang('modules.front.resumeFileType') @endif
@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') @endpush