@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')
Dashboard
/
Account
/
Property name
Select property
All
@foreach($properties as $prop)
{{$prop->property_name}}
@endforeach
Account Status
Select status
All
Current
Late
Past Due
Search
All current tenants
Tenant Name
Property Address
Unit #
City, State
Zip
Account Status
Phone
Email
@include('landlord_layouts.footer')
@include('landlord_layouts.script')