@php use App\Models\Ward; use App\Models\User; use App\Models\FloorType; $wards = Ward::all(); $users = User::all(); $floors = FloorType::where('status',1)->get(); @endphp @extends('admin.layouts.adminApp') @section('style') @endsection @section('content')
@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Property Surveyors List
SN Actions Status Surveyor Name Assessment Year Survey Id Date of Survey Owner Name Owner Father Name Mobile No Ward Name Is Slum Parcel No Property No Electricity ID Khasra No Registry No Constructed Date Respondent Name Respondent Relationship Owner Aadhaar Number City Pincode Is Same As Property House No Street Name Locality Colony Present House No Present Street Name Present Locality Present Colony Present City Present Pincode Tax Rate Zone Property Ownership Property Type Property Uses Year of Construction Situation Road Type Floors Plot Area SqFt Plot Area SqMeter Plinth Area SqFt Plinth Area SqMeter Total Built Up Area SqFt Total Built Up Area SqMeter Is Muncipal Water Supply Total Water Connection Water Connection Id/Type Toilet Type Is Muncipal Waste Service Is Muncipal Water Supply Is Muncipal Water Supply
@endsection @section('script') @endsection