@extends('layouts.default') @section('title','Documents') @push('head') @endpush @section('content')
@if(Session::has('failed'))
{{Session::get('error')}}
@endif @php use App\Http\Controllers\Da\DaController; @endphp @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

Available Documents

@if(!empty($mul_array_o)) @endif
@csrf
@error('document_type') {{ $message }} @enderror
@error('upload_document') {{ $message }} @enderror
@if($prepare_paperbook_sign) @if($prepare_paperbook_sign[0]->send_for_filing == null) @endif @else @endif

Documents Added By Panel Advocate

@if($prepare_paperbook_sign)
eHastakshar PDF View @if($prepare_paperbook_sign[0]->send_for_filing == null) @endif @if($prepare_paperbook_sign[0]->send_for_filing != null) Already Sent to Supreme Court for Filing on {{date('d-m-Y H:i:s',strtotime($prepare_paperbook_sign[0]->send_for_filing_datetime)) }} @endif
@else
@endif
@endsection @push('scripts') @endpush