Dear {{ $transaction->user->name }},
Your wallet has been {{ $transaction->transaction_type }}.
Transaction Details:
-
@if (max($transaction->amount, 0) > 0)
- Amount: {{config('app.currency_symbol') . ' ' . \Number::format(floor($transaction->amount), locale: $paymentSettings->currency_locale)}}
- New Balance: {{config('app.currency_symbol') . ' ' . \Number::format(floor($transaction->wallet->amount), locale: $paymentSettings->currency_locale)}} @endif @if (max($transaction->points, 0) > 0)
- Points: {{ $transaction->points }}
- New Balance: {{ $transaction->wallet->points }} @endif
- Transaction Date: {{ $transaction->created_at }}
If you did not authorize this transaction, please contact our support team immediately.