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