@php $is_multi_placement = @$step_verified_data['is_multi_placement']; $step_status = @$step_verified_data['step_status']; $placement_data = @$step_verified_data['placement_data']; $is_placement_confirmed = @$step_verified_data['is_placement_confirmed']; $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']; $dos_program_category_id = @$user->portfolio->dos_program_category_id; @endphp @include('user.app-status.brandtab')

Placement (Hiring)

@if(!empty($placement_data)) @if($is_multi_placement == true)
@php $is_active = ""; @endphp @foreach($placement_data as $item) @php $is_active = $item['is_active_class']; @endphp
@if($item['pla_type'] == 2)

{!! $item['emp_name'] !!} confirmed that they are ready to offer you a {{ strtolower(__('application_term.position')) }}. It's time to speed up the process.

Confirmed placement at {!! $item['emp_name'] !!}

{{ __('application_term.position') }}: {!! @$item['pos_name'] !!}

@else

Thank you for taking the interview with the {{ strtolower(__('application_term.employer')) }} {!! $item['emp_name'] !!}, we are waiting to hear back from this company to see if they confirmed you were selected for the available {{ strtolower(__('application_term.position')) }}.

{{ __('application_term.employer') }}: {!! $item['emp_name'] !!}

{{ __('application_term.position') }}: {!! @$item['pos_name'] !!}

@endif
@endforeach
@else
@if(!empty($placement_data)) @if($placement_data[0]['pla_type'] == 2)

{!! $placement_data[0]['emp_name'] !!} confirmed that they are ready to offer you a {{ strtolower(__('application_term.position')) }}. It's time to speed up the process.

{{ __('application_term.employer') }}: {!! $placement_data[0]['emp_name'] !!}

{{ __('application_term.position') }}: {!! $placement_data[0]['pos_name'] !!}

@else

Thank you for taking the interview with the {{ strtolower(__('application_term.employer')) }} {!! $placement_data[0]['emp_name'] !!}, we are waiting to hear back from this company to see if they confirmed you were selected for the available {{ strtolower(__('application_term.position')) }}.

{{ __('application_term.employer') }}: {!! $placement_data[0]['emp_name'] !!}

{{ __('application_term.position') }}: {!! $placement_data[0]['pos_name'] !!}

@endif @endif
@endif @else

Placement not booked yet, Please contact to administrator.

@endif
@if($step_status == 2) @endif