@php $action = $data['action']; @endphp @if(!empty($action)) @if($action == "getSubCatByParentCatId")
@if($errors->has('subcategory')){{ $errors->first('subcategory') }}@endif
@elseif($data['action'] == "loadURLInIframe") @php $url = @$data['url']; $title = @$data['title']; @endphp @elseif($action == "getSubCatFromCategory")
@elseif($action == "ForumTopicListFromSubCatId")
@elseif($action == "ForumCommentListFromTopic")
@elseif($data['action'] == "ForumTagListBySubCatId") @elseif($data['action'] == "ForumTagListFromSubCatId")
@elseif($data['action'] == "fvttopicmenu")
  • {{ Str::limit($data["topicdetail"]->title, 18, "...") }} {{$data['status'] == 1 ? ' added as favorite.' : ' remove from favorite.'}} See all favorite

  • @elseif($data['action'] == "reportTopic") @elseif($data['action'] == "resend_verification") @elseif($data['action'] == "viewMonthlyCheckInInfo") @php if(isset($data['get_monthly_check_in_data'])){ $get_monthly_check_in_data = $data['get_monthly_check_in_data']; } $brand_agency = @$data['brand_agency']; $agency_logo_url = @$data['agency_logo_url']; $agency_bg_color = @$data['agency_bg_color']; $agency_logo_class = @$data['agency_logo_class']; @endphp @elseif($data['action'] == "viewPendingMonthlyCheckInInfo") @php if(isset($data['monthly_check_in_mail_text'])){ $monthly_check_in_mail_text = @$data['monthly_check_in_mail_text']; $monthlyCheckInNo = @$data['monthlyCheckInNo']; } @endphp @elseif($data['action'] == "viewSupervisorEvaluationInfo") @php if(isset($data['get_supervisor_evaluation_data'])){ $get_supervisor_evaluation_data = $data['get_supervisor_evaluation_data']; } if(isset($data['pcType'])){ $pcType = $data['pcType']; $evalution_type_txt = ($pcType==5)?"Midterm ":"Final "; } $brand_agency = @$data['brand_agency']; $agency_logo_url = @$data['agency_logo_url']; $agency_bg_color = @$data['agency_bg_color']; @endphp @elseif($data['action'] == "viewParticipantEvaluationInfo") @php if(isset($data['pcType'])){ $pcType = $data['pcType']; $evalution_type_txt = ($pcType==6)?"Midterm ":"Final "; $participant_type = ($data['pcType'] == 6)?"midterm_evaluation":"final_evaluation"; } if(isset($data['get_participant_evaluation_data'])){ $get_participant_evaluation_data = $data['get_participant_evaluation_data']; if(!empty($get_participant_evaluation_data['image_1']) && !empty($get_participant_evaluation_data['image_2']) && !empty($get_participant_evaluation_data['image_3'])){ $participant_image_path = "storage".DS."odc_website".DS."uploaded_documents".DS.$participant_type.DS.$user->id.DS."thumb".DS; $upload_dir_path = public_path("storage".DS."odc_website".DS."uploaded_documents".DS.$participant_type.DS.$user->id.DS); } } $brand_agency = @$data['brand_agency']; $agency_logo_url = @$data['agency_logo_url']; $agency_bg_color = @$data['agency_bg_color']; @endphp @elseif($data['action'] == "preDepartureOrientation") @elseif(in_array($action,["sponsor_branding","placement_branding","stripe_payment"])) @php $brand_connecting = @$data['brand_connecting']; @endphp @elseif($data['action'] == "loadAgencyFeeStructure") @php $agency_fee_structure = @$data['agency_fee_structure']; $program = @$data['program']; $agency = @$data['agency']; $sponsor_fee = @$data['sponsor_fee']; $agency_sponsor = @$data['agency_sponsor']; $program_category = @$program->category; $agency_type = @$agency->agency_type; @endphp
    @if(in_array($program_category,[1]) && $agency_type == 4)
    Placement
    Stage 2

    {{ config('common.currency_symbol') }}{{ @$agency_fee_structure[0]->stage_2_price }}

    Agreement required

    @if(!empty($agency_sponsor)) @foreach($agency_sponsor as $sponsor) @endforeach @endif
    Agency Sponsor Filling & Compliance
    Stage 3 & 4
    Combo
    Stage 2, 3 & 4
    {{ @$sponsor['sponsor_name'] }}

    {{ config('common.currency_symbol') }}{{ @$sponsor_fee[@$sponsor['id']]->stage_3_4_price }}

    Sponsor agreement required

    {{ config('common.currency_symbol') }}{{ @$sponsor_fee[@$sponsor['id']]->stage_2_3_4_price }}

    Placement & Sponsor agreement required

    @elseif(in_array($program_category,[1,4]))
    Placement
    Stage 2

    {{ config('common.currency_symbol') }}{{ @$agency_fee_structure[0]->stage_2_price }}

    Agreement required

    @endif
    @endif @endif