@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['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 (isset($job->section_visibility['resume']) &&$job->section_visibility['resume'] == 'yes')
@lang('modules.front.resume')

@lang('modules.front.resumeFileType')
@endif @if(count($jobQuestion) > 0)
@lang('modules.front.additionalDetails')
@foreach($jobQuestion as $question)

@if($question->type == 'text') @else
@lang('modules.front.resumeFileType') @endif
@endforeach
@endif @if (isset($job->section_visibility['cover_letter']) && $job->section_visibility['cover_letter'] == 'yes')
@lang('modules.front.coverLetter')
@endif @if (isset($job->section_visibility['terms_and_conditions']) && $job->section_visibility['terms_and_conditions'] == 'yes')
@lang('modules.front.legalTerm')
@endif
@endsection @push('footer-script') {{--@if($linkedin) @endif--}} @endpush