@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
@if(permission('Properties','properties-notice'))
@endif @if(permission('Properties','properties-export'))
@endif
SN Actions 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 House No Street Name Locality Colony Present House No Present Street Name Present Locality Present Colony Present City Present Pincode Is Same As Property Tax Rate Zone Property Ownership Property Use Commercial Year of Construction Exemption Type Exemption Applicable 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