@php $document_data = @$step_verified_data['document_data']; $countdown_date = @$document_data->countdown_date; $doc_dw_link = @$step_verified_data['document_download_link']; @endphp

Resume Approval

@if($is_step_success == 1)
{{ @$step_verified_data['message'] }}
@if(!empty($doc_dw_link))

You can download your resume using click on file-download

@endif @if(!empty($next_step_key)) @endif @elseif($is_step_success == 2)

Thank you for providing your resume. We wanted to let you know that although your resume was very competitive, we believe it needs improvement in the below areas...

@if(!empty($step_verified_data['message'])){!! $step_verified_data['message'] !!}@endif
@else

What's next:

  • One of our representative will review your resume.
  • Get notification within 24 hours.
One of our representative will get back to you in...

@endif