@component('mail::message') # Payment Attempt Failed Hello {{ $transaction->brand->user->name ?? 'User' }}, This is to notify you that a payment attempt for your brand **{{ $transaction->brand->name }}** has failed or was cancelled. **Transaction Details:** - **Amount:** {{ number_format($transaction->amount, 2) }} {{ $transaction->currency }} - **Gateway:** {{ $transaction->payment_gateway }} - **System Transaction ID:** {{ $transaction->system_trx_id }} - **Date:** {{ $transaction->created_at->format('d M Y, h:i A') }} No action is required from your side. This is just a notification. @endcomponent