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