@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')
@if(Auth::user()->connect_account_status != 'active') @endif @if(Auth::user()->subscription_status == 'Cancel') @endif
Search Tenant
@csrf
@include('landlord_layouts.footer')
@include('landlord_layouts.script')