@extends('layouts.default') @section('title','Refiling') @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

Add Documents

@if(!empty($mul_array_o)) @endif
@csrf
@error('document_type') {{ $message }} @enderror
@error('upload_document') {{ $message }} @enderror

Documents Added for Refiling

@if($prepare_refiling_paperbook_sign)
PDF View {{--     PDF View--}}      eHastakshar View @if($prepare_refiling_paperbook_sign[0]->send_for_refiling == null) {{----}} @endif @if($prepare_refiling_paperbook_sign[0]->send_for_refiling != null) Already Sent to Supreme Court for Filing on {{date('d-m-Y H:i:s',strtotime($prepare_refiling_paperbook_sign[0]->send_for_refiling_datetime)) }} @endif
@endif @if($prepare_refiling_paperbook_sign || $prepare_refiling_paperbook)
@endif
@if($sent_to_sci)

Documents Already Sent to Supreme Court

@php $sent_to_sci_sno = 1; @endphp @foreach($sent_to_sci as $sent_data_view) @endforeach
Sno. Date & Time View
{{$sent_to_sci_sno++}} {{date('d-m-Y H:i:s',strtotime($sent_data_view->send_for_refiling_datetime)) }}
@endif
@endsection @push('scripts') @endpush