@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')
Total Expenses
As of {{$formattedDate}}, total expense summary across all properties are:
${{number_format($expense,2)}}
@include('landlord_layouts.footer')
@include('landlord_layouts.script')