@section('page-title', 'Pay Invoice')
Back to My Invoices
Invoice Checkout
Invoice Number {{ $invoice->invoice_number }}
Due Date {{ $invoice->due_date->format('d M Y') }}

Outstanding Balance {{ number_format($balance, 2) }} {{ $invoice->currency }}
@csrf