@if(count($jobQuestion) > 0) @forelse($jobQuestion as $question)

@if($question->type == 'text') @else @if(is_null($question->answers->first())) @endif
@lang('modules.front.resumeFileType')
@if(!is_null($question->answers->first())) @lang('app.view') @lang('app.file') @endif @endif
@empty @endforelse @endif