@if(count($getReceiptDetails)>0)
Details of Application
Mode
*
Select
@foreach($getModes as $getMode)
id ==$getReceiptDetails[0]->mode) {{'selected'}} @endif>{{ $getMode->name }}
@endforeach
@error('ddl_mode') {{$message}} @enderror
Categoty
*
Select
@foreach($getCategorys as $getCategory)
id ==$getReceiptDetails[0]->category) {{'selected'}} @endif>{{ $getCategory->category }}
@endforeach
@error('ddl_category') {{$message}} @enderror
Letter Reference No.
@error('txt_refno') {{$message}} @enderror
Letter Date
@error('txt_ldate') {{$message}} @enderror
Old Reference No.
@error('txt_orefno') {{$message}} @enderror
Subject/Remark
{{ $getReceiptDetails[0]->enquiry_remark }}
@error('txt_enq_remark') {{$message}} @enderror
Received From
ind_org == 'I' || old('dbn_i_o')=='' ) {{ 'checked' }} @endif>
Individual
ind_org == 'O' ) {{'checked' }} @endif>
Organization
Name
*
@error('txt_name') {{$message}} @enderror
Relation
Select
@foreach($getRelationDetails as $getRelationDetail)
ind_org == 'I' && $getRelationDetail->id==$getReceiptDetails[0]->relation) {{ 'selected' }} @endif>{{ $getRelationDetail->name }}
@endforeach
Father/Husband Name
Address
*
@error('txt_address') {{$message}} @enderror
State
*
Select
@foreach($getStateDetails as $getStateDetail)
ind_org == 'I' && $getReceiptDetails[0]->state==$getStateDetail->state_code) {{'selected'}} @endif>{{$getStateDetail->state_name_english}}
@endforeach
@error('ddl_state') {{$message}} @enderror
District
*
Select
@if($getDistrictDetails) @foreach($getDistrictDetails as $getDistrictDetail)
ind_org == 'I' && $getReceiptDetails[0]->district==$getDistrictDetail->district_code) {{'selected'}} @endif>{{$getDistrictDetail->district_name_english}}
@endforeach @endif
@error('ddl_district') {{$message}} @enderror
Tehsil
Select
@if($getSubDistrictDetails) @foreach($getSubDistrictDetails as $getSubDistrictDetail)
ind_org == 'I' && $getReceiptDetails[0]->tehsil==$getSubDistrictDetail->subdistrict_code) {{'selected'}} @endif>{{$getSubDistrictDetail->subdistrict_name_english}}
@endforeach @endif
Village
Select
@if($getVillageDetails) @foreach($getVillageDetails as $getVillageDetail)
ind_org == 'I' && $getReceiptDetails[0]->village==$getVillageDetail->village_code) {{'selected'}} @endif>{{$getVillageDetail->village_name_english}}
@endforeach @endif
Pincode
@error('txt_pincode') {{$message}} @enderror
Mobile No.
@error('txt_mobileno') {{$message}} @enderror
Email Id
@error('txt_email') {{$message}} @enderror
Organization Name
*
@error('txt_oname') {{$message}} @enderror
Post
@error('txt_post') {{$message}} @enderror
Name
*
@error('txt_name_op') {{$message}} @enderror
Address
*
@error('txt_oaddress') {{$message}} @enderror
Pincode
@error('txt_opincode') {{$message}} @enderror
State
*
Select
@foreach($getStateDetails as $getStateDetail)
ind_org == 'O' && $getReceiptDetails[0]->state==$getStateDetail->state_code) {{'selected'}} @endif>{{$getStateDetail->state_name_english}}
@endforeach
@error('ddl_ostate') {{$message}} @enderror
District
*
Select
@if($getDistrictDetails) @foreach($getDistrictDetails as $getDistrictDetail)
ind_org == 'O' && $getReceiptDetails[0]->district==$getDistrictDetail->district_code) {{'selected'}} @endif>{{$getDistrictDetail->district_name_english}}
@endforeach @endif
@error('ddl_odistrict') {{$message}} @enderror
Tehsil
Select
@if($getSubDistrictDetails) @foreach($getSubDistrictDetails as $getSubDistrictDetail)
ind_org == 'O' && $getReceiptDetails[0]->tehsil==$getSubDistrictDetail->subdistrict_code) {{'selected'}} @endif>{{$getSubDistrictDetail->subdistrict_name_english}}
@endforeach @endif
Village
Select
@if($getVillageDetails) @foreach($getVillageDetails as $getVillageDetail)
ind_org == 'O' && $getReceiptDetails[0]->village==$getVillageDetail->village_code) {{'selected'}} @endif>{{$getVillageDetail->village_name_english}}
@endforeach @endif
Mobile No.
@error('txt_omobileno') {{$message}} @enderror
Email Id
@error('txt_oemailid') {{$message}} @enderror
Application Forwarded To
Section
*
Select
@foreach($getSectionFromEstalishment as $section)
dispatct_to_setion==$section->id) {{'selected'}} @endif>{{ $section->section_name }}
@endforeach
Section Users
*
Select
@if($getSectionNameFromId) @foreach($getSectionNameFromId as $getSectionNameFromIds)
dispatch_to_user==$getSectionNameFromIds->user_id) {{'selected'}} @endif>{{$getSectionNameFromIds->name}}
@endforeach @endif
Update
@else
No Record Found
@endif