@php $is_multi_placement = @$step_verified_data['is_multi_placement']; $step_status = @$step_verified_data['step_status']; $placement_data = @$step_verified_data['placement_data']; $brand_agency = @$step_verified_data['brand_agency']; $agency_logo_url = @$step_verified_data['agency_logo_url']; $agency_bg_color = @$step_verified_data['agency_bg_color']; $agency_logo_class = @$step_verified_data['agency_logo_class']; @endphp @include('user.app-status.brandtab')

Training placement Plan Signed

@if($step_status == 1 || $step_status == 2) @if($is_multi_placement == true)
@php $is_active = ""; @endphp @foreach($placement_data as $item) @php $is_active = $item['is_active_class']; @endphp
@if($step_status == 1)

Our system indicates that the @if(!empty($placement_data[0]['document_label'])) {{$placement_data[0]['document_label']}} @else {{ strtolower(__('application_term.job_offer')) }} @endif has been signed by you and the Host Company, you should have received an email with the signed {{ strtolower(__('application_term.employer')) }}.

@endif @if(!empty($item['dstp_download_link']))

Your @if(!empty($placement_data[0]['document_label'])) {{$placement_data[0]['document_label']}} @else {{ __('application_term.job_offer') }} @endif was successfully signed and completed. You can download it @if(array_key_exists('document_download_code', $item)) @php $dcode = encrypt([ 'dcode' => $item['document_download_code'], 'doc_filename' => $item['document_filename'] ]); @endphp HERE. @else HERE. @endif

@endif
@endforeach
@else
@if($step_status == 1)

Our system indicates that the @if(!empty($placement_data[0]['document_label'])) {{$placement_data[0]['document_label']}} @else {{ strtolower(__('application_term.job_offer')) }} @endif has been signed by you and the Host Company, you should have received an email with the signed {{ strtolower(__('application_term.employer')) }}.

@endif @if(!empty($placement_data[0]['dstp_download_link']))

Your @if(!empty($placement_data[0]['document_label'])) {{$placement_data[0]['document_label']}} @else {{ __('application_term.job_offer') }} @endif was successfully signed and completed. You can download it @if(array_key_exists('document_download_code', $placement_data[0])) @php $dcode = encrypt([ 'dcode' => $placement_data[0]['document_download_code'], 'doc_filename' => $placement_data[0]['document_filename'] ]); @endphp HERE. @else HERE. @endif

@endif
@endif @if($step_status == 2 && !empty($next_step_key))
@endif @else

Our system indicates that the @if(!empty($placement_data[0]['document_label'])) {{$placement_data[0]['document_label']}} @else {{ strtolower(__('application_term.job_offer')) }} @endif has been signed by you and the Host Company, you should have received an email with the signed {{ strtolower(__('application_term.employer')) }}.

@endif