@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
Search
All vacant units
Property Address
Unit #
City, State
Zip
Property Type
Status
Vacant Since
Bedroom Count
@include('landlord_layouts.footer')
@include('landlord_layouts.script')