@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')
Dashboard
/
Account
/
Billing
/
Back
Account ID
{{Auth::user()->unique_id}}
{{ date('Y') }}
Properties
Properties Address
Action
@if(count($invoices) > 0) @foreach($invoices as $invoice)
{{ date('F d, Y, g:i A',$invoice->created)}}
${{ number_format($invoice->amount_paid/100,2)}}
@endforeach @endif
@include('landlord_layouts.footer')
@include('landlord_layouts.script')