@extends('adminlte::page') @section('title', 'Reasons') @section('content_header')

Reasons

@stop @section('content')
Add
@csrf
@foreach ($reasonData as $reason) @if($reason->doc_type->category_name == 'Minor Child OCI') @continue; @endif @endforeach @if($minorReasonData != null) @foreach ($minorReasonData as $mireason) @endforeach @endif
Type Required Documents Additional Documents Action
{{$reason->doc_type->category_name ?? 'N/A' }}@if(isset($reason->doc_type->category_name) && $reason->doc_type->category_name != 0) ( {{$reason->doc_type->parent->category_name ?? 'N/A' }} ) @endif {{$reason->slug ?? 'N/A' }} {{ $reason->country ?? 'N/A' }} Edit After Checkout {{-- Delete --}}
{{$mireason->doc_type->category_name ?? 'N/A' }}@if(isset($mireason->doc_type->category_name) && $mireason->doc_type->category_name != 0) ( {{$mireason->doc_type->parent->category_name ?? 'N/A' }} ) @endif {{$mireason->slug ?? 'N/A' }} {{ $mireason->country ?? 'N/A' }} Edit After Checkout {{-- Delete --}}
@stop