@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')
Dashboard
/
Account
/
Back
Your subscription updated successfully.
Charges
All prices in US Dollar.
{{$unit_name}}
${{$total}}
Subtotal
${{$total}}
Paid
@if($amount_paid > 0) ${{number_format($amount_paid/100,2)}} @else ${{number_format($amount_paid,2)}} @endif
Account Credit
${{$balance}}
@include('landlord_layouts.footer')
@include('landlord_layouts.script')