@extends('layout.default', ['appTopMenu' => true]) @push('scripts')
@endpush @push('head') @endpush @section('content')
@csrf
Enter RTI Details, For which You want to Apply for the Appeal
@if ($errors->has('checkbox'))
{{ $errors->first('checkbox') }}
@endif
Select Establishment:
Select Court
@foreach($getEstDetailsFromId as $val)
{{$val->est_name}}
@endforeach
RTI Number :
Year :
Submit
@if (session('status'))
{!! session('status') !!}
@elseif(session('failed'))
{{ session('failed') }}
@endif
@csrf @if( !empty($results->id))
@endif
Registration [Form-A]
Language
*
Select
English
हिंदी
Title
*
Applicant Name
*
Father's Name:
Age:
Occupation:
Address
*
State
*
-Select State-
District
*
Select District
Select Area
Tehsil
Pincode:
Application Date
*
Details of Information Required
*
{{ $results->info_req1 ?? old('txtinforeq1')}}
Period for which information asked for:
Other Details:
General Information / Tender Documents etc
*
General Information
Tender/Business Information
Examinaion
Is Below Poverty Line (BPL):
*
Yes
No
Details of BPL Certificate:
Fee Received Date:
Mode of Fee:
Non-Judicial Stamp
Treasury Challan
Indian Postal Order
Mode of Fee Nos.:
1
2
3
4
5
6
7
8
9
10
Fees:
Non-Judicial Stamp/Treasury Challan No.:
Non-Judicial Stamp/Treasury Challan Date:
Application Received On:
E-mail Address:
Landline No.:
Mobile No.:
Source From Received:
--Select--
Personally From Applicant
Receipt Section
Post
Other Section of this High Court
Other Department (U/s 6(3))
By Other Person
Mode of Delivery:
Select
By Email
By Post
Photo Upload:
Sign Upload:
Application Upload:
@endsection