Invoice Number:
INV-{{ str_pad($payment->id, 6, '0', STR_PAD_LEFT) }}
Invoice Date: {{ $payment->created_at->format('F d, Y') }}
Payment Date: {{ $payment->paid_at ? $payment->paid_at->format('F d, Y') : 'N/A' }}
{{ $user->name }}
{{ $user->email }}
@if($user->phone){{ $user->phone }}
@endif| Description | Quantity | Amount |
|---|---|---|
{{ $itemDescription }}{{ $itemSubtitle }} |
1 | ${{ number_format($payment->amount / 100, 2) }} {{ strtoupper($payment->currency) }} |