@extends("client.layouts.app") @section("title", __("client.invoices.invoice_prefix", ["id" => $invoice->invoice_num ?? $invoice->id])) @section("content") {{ __('client.invoices.back_to_invoices') }}
{{ __('client.invoices.issued') }} {{ $invoice->date?->format("d M Y") ?? "N/A" }}
| {{ __('common.table.description') }} | {{ __('common.table.amount') }} |
|---|---|
| {{ $item->description }} | ${{ number_format($item->amount, 2) }} |
{{ __('client.invoices.select_payment_method') }}
{{ __('client.invoices.stripe_desc') }}
{{ __('client.invoices.paypal_desc') }}
{{ __('client.invoices.payment_form_for') }} {{ $gatewayLabels[$gw] ?? ucfirst($gw) }} {{ __('client.invoices.not_configured') }}