@include('../bd_section/layouts.header') @include('../bd_section/layouts.sidebar') @php $r_status = ""; if(isset($_GET['status'])) { $r_status = $_GET['status']; } @endphp

Application Documents

@if(!empty($nri_user)) @php $i = 0; $n = 1; @endphp @foreach($nri_user as $res)

@if(!empty($reason_docIdsdata)) @foreach($reason_docIdsdata as $key => $reason_docIds) @php $docTypeId = $reason_docIds->id; $frontDocs = $res['user_docs'][$docTypeId] ?? []; @endphp
{{$key+1}}. {{ $reason_docIds->name }}
    @if(isset($res['user_docs'][$docTypeId])) @foreach($res['user_docs'][$docTypeId] as $docimg) @php $file_nm = $docimg['file_path']; $f_arr = explode(".",$file_nm); $arr_sz = sizeof($f_arr); $file_ext = $f_arr[$arr_sz - 1]; if($file_ext == "pdf"){ $img_nm = "uploads/checkout_docs/document/pdf_icon.png"; } else { $img_nm = $docimg['file_path']; } $img_href = env('FRONT_BASE_URL').$docimg['file_path']; @endphp
  • @endforeach @endif
@endforeach @endif
@if($section_show->category_id == '1')

  • @php $u_mob = $traveller->mobile_number; $u_email = $traveller->email; if($u_mob == "" or $u_mob == null) { $u_mob = $userdata->mobile_no; } if($u_email == "" or $u_email == null) { $u_email = $userdata->email_addr; } @endphp
    • isthere_nm_change == "yes") checked @endif>
    • isthere_nm_change == "no") checked @endif>

    • already_have_oci_card == "yes") checked @endif>
    • already_have_oci_card == "no") checked @endif>
    • have_dual_nationality == "yes") checked @endif>
    • have_dual_nationality == "no") checked @endif>
    • relative_in_india == "yes") checked @endif>
    • relative_in_india == "no") checked @endif>

  • occupation == "Na being minor") readonly @endif >
  • occupation == "Na being minor") readonly @endif>
  • occupation == "Na being minor") readonly @endif>
  • occupation == "Na being minor") readonly @endif>
@elseif($section_show->category_id == '2')

  • mobile_number != "") disabled @endif>
    • pre_nm_ifany == "yes") checked @endif>
    • pre_nm_ifany == "no") checked @endif>

    • application_type == "normal") checked @endif>
    • application_type == "tatkal") checked @endif>
    • passport_booklet == "36") checked @endif>
    • passport_booklet == "60") checked @endif>
    • passport_address == "Indian Address") checked @endif>
    • passport_address == "UK/USA address") checked @endif>

@elseif($section_show->category_id == '3' or $section_show->category_id == '5') @php //echo "
"; print_r($res); exit; @endphp
                  

  • mobile_number != "") disabled @endif>
    • visited_india == "yes") checked @endif>
    • visited_india == "no") checked @endif>

@endif
@php $i++; $n++; @endphp @endforeach @endif
@include('../bd_section/layouts.footer')