@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')
Rental Receipt

{{$tenant->unique_id}}
{{date("m/d/Y", strtotime($paymentHistory->transaction_date))}}
{{$tenant->first_name." ".$tenant->last_name}}
{{$formattedDate1}}
{{$formattedDate2}}
{{$paymentHistory->unit_id}}
${{number_format($paymentHistory->total_amount,2)}}
${{$tenant->balance}}
{{$property->address}}
{{$landlord->first_name." ".$landlord->last_name}}
@include('landlord_layouts.footer')
@include('landlord_layouts.script')