@if($section_visibility['profile_image'] == 'yes')
@lang('modules.front.photo')

@lang('modules.front.photoFileType')
@if(!empty($application) && !is_null($application->photo))

@lang('app.view')

@endif
@endif
@if($section_visibility['resume'] == 'yes')
@lang('modules.front.resume')

@lang('modules.front.resumeFileType')
@if (!empty($application) && $application->resume_url)

@lang('app.view')

@endif
@endif @if($section_visibility['cover_letter'] == 'yes')
@lang('modules.front.coverLetter')
@endif