@extends('layout.front.front') @php use App\Models\Masters\Master_model; @endphp @section('title','rti application form')
@section('content')
@if (session('status'))
{!! session('status') !!}
@elseif(session('failed'))
{{ session('failed') }}
@endif
@csrf @if( !empty($results->id))
@endif
Registration [Form-A]
@php $sn_language='-1'; $sn_language=session()->get('sn_language'); @endphp
Language:
Select
English
हिंदी
Title:
Name of the Applicant:
Father's Name:
Age:
Occupation:
Address:
State:
-Select State-
District
Select District
Select Tehsil
Tehsil
Pincode:
Period for which information asked for:
Details of Information Required:
{{ $results->info_req1 ?? old('txtinforeq1')}}
Other Details:
General Information / Tender Documents etc:
General Information
Tender/Business Information
Is Below Poverty Line (BPL):
Yes
No
Details of BPL Certificate:
Mode of Fee:
Non-Judicial Stamp
Treasury Challan
Fee Received Date:
Fees:
Non-Judicial Stamp/Treasury Challan No.:
Non-Judicial Stamp/Treasury Challan Date:
Application Received On:
E-mail:
Landline No.:
Mobile No.:
Application Received From:
Personally From Applicant
Mode of Delivery:
By Email
Photo Upload.:
Sign Upload:
BPL Upload:
Information will provided on your email.
@endsection