@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 Cash Desk Search
Search Criteria
Property No Pay Now Parcel No Owner Name Mobile No Ward Name Zone Name City Pincode Street Name
Loading...
@endsection @section('script') @endsection