@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')
Dashboard
/
Account
/
Property name
Select property
@if(count($properties) > 0)
All
@foreach($properties as $property)
{{$property->property_name}}
@endforeach @endif
Search
Total Expenses
As of
{{$formattedDate}},
total expense summary across all properties are:
${{number_format($expense,2)}}
As of
{{$formattedDate}},
total expense summary of
${{$expense}}
@include('landlord_layouts.footer')
@include('landlord_layouts.script')