@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')
Charges
All prices in US Dollar.
{{$unit_name}}
${{number_format($total,2)}}
Subtotal
${{number_format($total,2)}}
Paid
${{number_format($total,2)}}
Account Credit
${{$balance}}
@include('landlord_layouts.footer')
@include('landlord_layouts.script')