@include('tenant_layouts.header')
@include('tenant_layouts.navbar')
@include('tenant_layouts.topbar')

Payment Confirmation

Thank you for your payment!
Payments may take 1 to 3 days to post to your account from the date of payment.
All payments process in Eastern Time on the date selected
{{$tenant_info->unique_id}}
{{$request->duedate}}
{{$request->pay_amount}}
{{$request->late_fee}}
{{$request->total}}
{{$request->pm_name}}
{{$request->payment_date}}
{{$tenant_info->email}}
{{$confirmation_number}}
@include('tenant_layouts.footer')
@include('tenant_layouts.script')