@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')
Dashboard
/
Close
Rental Receipt
Account Number
{{$tenant->unique_id}}
Date
{{date("m/d/Y", strtotime($paymentHistory->transaction_date))}}
Received From
{{$tenant->first_name." ".$tenant->last_name}}
From
{{$formattedDate1}}
To
{{$formattedDate2}}
Unit
{{$paymentHistory->unit_id}}
Amount
${{number_format($paymentHistory->total_amount,2)}}
Balance
${{$tenant->balance}}
For
{{$property->address}}
By
{{$landlord->first_name." ".$landlord->last_name}}
@include('landlord_layouts.footer')
@include('landlord_layouts.script')