@extends('layouts.default') @php use App\Http\Controllers\Da\DaController; @endphp @push('head') @endpush @section('content') @if(!empty($error)) @php echo $error; @endphp @else @php $lc_party_pet_res=''; $lc_supreme_court=''; @endphp @if(!empty($anr_details)) @if(count($anr_details)>0) @foreach($anr_details as $item) @php $is_checked_option=FALSE; $is_checked_not_eligible=FALSE; $chk=''; $data["id"]=$item->id; $data["establishment"]=$item->establishment; $data["anr_no"]=$item->anr_no; $data["anr_year"]=$item->anr_year; $data["receipt_mode"]=$item->receipt_mode; $data["applicant"]=$item->applicant; $data["emp_unique_id"]=$item->emp_unique_id; $data["fil_dt"]=$item->fil_dt; $data["case_type"]=$item->case_type; @endphp @endforeach @endif @endif @if(count($anr_details)>0) @if(Session::has('error'))
{{Session::get('error')}}
@endif
dfdfdf

Legal Aid Details

@if(!empty($legalaid_party_pet)) @if(count($legalaid_party_pet)>0) @foreach($legalaid_party_pet as $item_party) @if($item_party->lc_p_r == 'P' || $item_party->lc_p_r == 'R') @php $lc_party_pet_res=$item_party->lc_p_r; @endphp @endif

Applicant (Petitioner) {{ $item_party->party_type == "I" ? "(Individual)" : ($item_party->party_type == "O" ? "(Organization)" : "") }}

@endforeach @endif @endif @if(!empty($legalaid_party_res)) @if(count($legalaid_party_res)>0) @foreach($legalaid_party_res as $item_party_r) @if($item_party_r->lc_p_r == 'P' || $item_party_r->lc_p_r == 'R') @php $lc_party_pet_res=$item_party_r->lc_p_r; @endphp @endif

Respondent {{ $item_party->party_type == "I" ? "(Individual)" : ($item_party->party_type == "O" ? "(Organization)" : "") }}

@endforeach @endif @endif @if(!empty($mul_array_o)) @if($muloarraycount>0) @php $sno=0;$total=0; @endphp

Indexing

@endif @endif @if(!empty($o_array)) @if($oarraycount>1)

Lower Court Details

@endif @endif @if(!empty($eligibilityList)) @if(count($eligibilityList)>0)

Eligibility

@endif @endif @if(!empty($documents)) @if(count($documents)>0)

Documents

@endif @endif
@endif @endif @if(!empty($closing)) @if(count($closing)>0)

Close Application Details

@endif @endif @endsection @push('scripts') @endpush