@lang('modules.front.personalInformation')
@if (isset($job->section_visibility['resume']) &&$job->section_visibility['resume'] == 'yes')
@lang('modules.front.resume')
@endif
@if(count($jobQuestion) > 0)
@lang('modules.front.additionalDetails')
@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