@php $type_preferences_final_arr = $step_verified_data['type_preferences_final_arr']; @endphp

Camp Type Preference

@if(empty($type_preferences_final_arr))

This step is disable until user will reach to step.

@else @if($is_step_success == 1) @if(!empty($portfolio->placement_agency_id) && $portfolio->placementAgency->checkAgencySync()) @if(!empty($type_preferences_final_arr))
    @foreach($type_preferences_final_arr as $val)
  • {{$val}}

  • @endforeach

@endif @endif @endif @endif