Payment Request Amount: {{ money_format_nzd($payment->amount_cents) }} Reason: {{ $payment->reason ?? 'One-off charge' }} @if($note) Note: {{ $note }} @endif Pay securely: {{ $checkoutUrl }} @if(!empty($attachments)) Supporting evidence: @foreach($attachments as $file) - {{ $file['name'] }} ({{ $file['mime'] ?? 'file' }}, {{ format_bytes($file['size'] ?? 0) }}): {{ $file['url'] }} @endforeach @endif Thanks, {{ config('app.name') }}