@extends('layouts.default', ['appTopMenu' => true]) @section('title', 'Aplonng') @section('content')

Aplong By Application No

@if ($errors->any())
There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@if(isset($application)) @if(!empty($application)) @if($application->bench == '01') @php $headcop = strtoupper("Kedar Singh"); @endphp @php $seat="Main Seat Jabalpur"; @endphp @elseif($application->bench == '02') @php $headcop = "BHAVANA TURKHIYA"; @endphp @php $seat="Bench at Indore"; @endphp @elseif($application->bench == '03') @php $headcop = "MIRJA ZAKIR BEG"; @endphp @php $seat="Bench at Gwalior"; @endphp @endif

IN THE HIGH COURT OF MADHYA PRADESH,
CASE NO. : ( DISPOSED )

APPLICANT DETAILS:
Application No.: {{$application->app_no}}/ {{$application->app_year}} Applicant Name: {{$application->applicant}} Type: {{$application->app_type}}
@foreach($pet_list as $pet_key => $pet_value) @endforeach @foreach($respondent_list as $res_key => $res_value) @endforeach
PARTY DETAILS:
Petitioner
@php $mn_party=$pet_value->partyname; @endphp @if($pet_value->sonof !='') @if($pet_value->sonof =='S') @php $mn_party.=" S/o "; @endphp @elseif($pet_value->sonof =='D') @php $mn_party.= " D/o ";@endphp @elseif($pet_value->sonof =='W') @php $mn_party.= " W/o ";@endphp @endif @php $mn_party.= $pet_value->prfhname;@endphp @endif {{$mn_party}} @if($pet_value->age) , Aged about {{$pet_value->age}} years @endif @if($pet_value->addr1) , {{ucwords($pet_value->addr1)}} @endif , R/o {{trim(ucwords($pet_value->addr2))}}, District- {{$pet_value->district_name_english}} @if($pet_value->state_name_english == "MADHYA PRADESH") echo ("M.P."); @else ({{$pet_value->state_name_english}}) @endif
Respondent
@php $mn_party=$res_value->partyname; @endphp @if($res_value->sonof !='') @if($res_value->sonof =='S') @php $mn_party.=" S/o "; @endphp @elseif($res_value->sonof =='D') @php $mn_party.= " D/o ";@endphp @elseif($res_value->sonof =='W') @php $mn_party.= " W/o ";@endphp @endif @php $mn_party.= $res_value->prfhname;@endphp @endif {{$mn_party}} @if($res_value->age) , Aged about {{$res_value->age}} years @endif @if($res_value->addr1) , {{ucwords($res_value->addr1)}} @endif , R/o {{trim(ucwords($res_value->addr2))}}, District- {{$res_value->district_name_english}} @if($res_value->state_name_english == "MADHYA PRADESH") echo ("M.P."); @else ({{$res_value->state_name_english}}) @endif
Advocates Details:
Petitioner Advocates {{implode(',',$pet_advocate_list)}}
Respondent Advocates
LAST LISTED ON DETAILS:
Judge Date
EXTRA DETAILS:
Subject Heading/Category/Sub-Category
Provision of law
Act- U/Section {{$act_section_list}}
Brief Description of the Judgment/
Order/Award impugned
{{$row_bailno->desc1}}
Des of Relief Claimed {{$row_bailno->relief}}
CERTIFICATE:
1 that I {{$headcopyiest->name}} (name) am employed as Head Copyist in the High Court of Madhya Pradesh, Main Seat Jabalpur.
2 that the High Court of M.P. is engaged in dispensation of Justice and various activities connected there to.
3 that by virtue of my employment as Head Copyist, I am authorized to use the computer system in High Court of Madhya Pradesh, Jabalpur.
4 that the computer terminals of the system used by me were functioning regularly to store or process information at all times.
5 that the contents of the certified copy are retireved from my computer stored in High Court Server which was scanned through original records verified and digitally signed by the competent authority and certified by me.
6 that the above certificate, therefore, in the facts and circustances of the case, is sufficient compliance of Section 65B of the Evidence Act. The above certified copies/ print outs as taken out from the computer, therefore, can be treated as certified copy.
7 Accordingly, I certify that the certifed copy of the desired document annexed hereto is/are reproduced or is derived from the electronic record which was regularly fed into/transmitted through my computer termianl in High Court of Madhya Pradesh, Jabalpur, in the ordinary course of activites. During the activity the computer system utilized by me were operating properly and there is no distortion in the accuracy of the contents of the certified copy of the desired document.

Head Copyist
{{$headcopyiest->name}}
@endif @endif
@endsection @push('scripts') @endpush