@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')
Dashboard
/
Account
/
Property name
Select property
All
@foreach($properties as $property)
{{$property->property_name}}
@endforeach
Start date
End date
Search
Upcoming lease expirations
Tenant Name
Property Address
Unit #
City, State
Zip
Lease Start Date
Lease Expiration Date
Rent Amount
@include('landlord_layouts.footer')
@include('landlord_layouts.script')