@if(is_candidate() && !empty($candidate))

{{ __("Apply for this job") }}

@csrf
{{ __("Select a your CV") }}
@if($candidate->cvs)
@foreach($candidate->cvs as $key => $cv) @php $file = (new \Modules\Media\Models\MediaFile())->findById($cv->file_id); @endphp @if($file) @endif @endforeach
@else

{{ __("Please upload your cv before applying for a job") }}

@endif
{{ __("or upload your CV") }}
x
@endif