@extends('layouts.app') {{-- Important Variables --}} @section('title') {{ __('lang.defaulter_report') }} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.maintenance-left-sidebar') @stop @section('content') @php $common = new \App\Models\Common(); @endphp

{{ __('lang.defaulter_report') }}

{{ __('lang.search_criteria') }}


@csrf
{{--
--}}
@include('layouts.components.select_field', [ 'col' => 6, 'name' => 'property_type', 'options' => $propertyType, 'default_option'=> __('lang.property_type'), 'label' => __('lang.select_property_type'), ])
@stop @push('include-css') @endpush @push('include-js') @endpush