@php $placement_data = @$step_verified_data['placement_data']; $is_multi_placement = @$step_verified_data['is_multi_placement']; $is_step_success = @$step_verified_data['is_step_success']; $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

Monthly Check-In

@if (!empty($placement_data[0]['monthly_check_in_data'])) @if(isset($placement_data[0]['monthly_check_in_data'])) @php $activity_id = $placement_data[0]['monthly_check_in_data'][0]['id']; $cand_monthly_check_in_status = $placement_data[0]['monthly_check_in_data'][0]['cand_monthly_check_in_status']; $cand_monthly_checkin_number = $placement_data[0]['monthly_check_in_data'][0]['cand_monthly_checkin_number']; if(!empty($placement_data[0]['monthly_check_in_data'][0]['ev_converted_data']->dest_datetime)){ $activity_completed_date = $placement_data[0]['monthly_check_in_data'][0]['ev_converted_data']->dest_datetime; } $pla_id = $placement_data[0]['pla_id']; @endphp
@if($cand_monthly_check_in_status==1)

Thank you for completing your Monthly Check In ({{$cand_monthly_checkin_number}})!

Your Monthly Check In ({{$cand_monthly_checkin_number}}) was completed on @if(!empty($activity_completed_date)) on {{ dateformat($activity_completed_date, "M d, Y h:i a") }} @endif

@elseif($cand_monthly_check_in_status==0)

Complete Your Monthly Check-In ({{$cand_monthly_checkin_number}})

We hope you are enjoying your J-1 Exchange Visitor Program experience in the United States! It’s now time for your Monthly Check-In.

Completing the Monthly Check-In is a mandatory requirement for all J-1 Participants sponsored by Odyssey International Exchange. Submitting your Check-In ensures you remain in good standing as a J-1 Participant.

You can complete it here:

We hope you are enjoying your J-1 Exchange Visitor Program experience in the United States! It’s now time for your Monthly Check-In.

Please remember that a member of our team will review your responses, so we encourage you to answer honestly and openly.

The Check-In is quick to complete and is a great opportunity to share feedback with the Odyssey team. We appreciate you taking a few minutes to submit it today!

Thank you for helping us support you throughout your program.

@endif
@endif @php unset($placement_data[0]['monthly_check_in_data'][0]) @endphp @if(!empty($placement_data[0]['monthly_check_in_data']))
@foreach($placement_data[0]['monthly_check_in_data'] as $act_key => $activity_data) @php $activity_id = $activity_data['id']; $cand_monthly_check_in_status = $activity_data['cand_monthly_check_in_status']; $cand_monthly_checkin_number = $activity_data['cand_monthly_checkin_number']; if(!empty($activity_data['ev_converted_data']->dest_datetime)){ $activity_completed_date = $activity_data['ev_converted_data']->dest_datetime; } $pla_id = $placement_data[0]['pla_id']; @endphp
@if($cand_monthly_check_in_status==1)
Your Monthly Check In ({{$cand_monthly_checkin_number}}) was completed on @if(!empty($activity_completed_date)) on {{ dateformat($activity_completed_date, "M d, Y h:i a") }} @endif
@elseif($cand_monthly_check_in_status==0)
Complete Your Monthly Check In ({{$cand_monthly_checkin_number}})
@endif
@endforeach
@endif @endif