# Payment Request
Dear Customer,
We hope you are enjoying your experience with **{{ setting('app_name', config('app.name')) }}**.
To finalize your order, please settle the outstanding balance for **Invoice #{{ $invoice->number }}**.
**Amount Due: {{ currency_format($invoice->order->total) }}**
Please click the button below to complete your payment securely:
Pay Now
If you have any issues with the button above, you can copy and paste the following link into your browser:
[{{ $paymentLink }}]({{ $paymentLink }})
Thank you for your business!
Best regards,
The {{ setting('app_name', config('app.name')) }} Team
© {{ date('Y') }} {{ setting('app_name', config('app.name')) }}. All rights reserved.