@include('tenant_layouts.header')
@include('tenant_layouts.navbar')
@include('tenant_layouts.topbar')
Dashboard
/
Close
Rental Receipt
Account Number
{{Auth::user()->unique_id}}
Date
{{date("m/d/Y", strtotime($paymentHistory->transaction_date))}}
Received From
{{Auth::user()->first_name." ".Auth::user()->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('tenant_layouts.footer')
@include('tenant_layouts.script')