Dear {{ $transaction->user->name }},
Your wallet has been updated.
Transaction Details:
-
@if (max($transaction->amount, 0) > 0)
- Amount: {{ formatPriceWithCurrency($transaction->amount) }}
- New Balance: {{ formatPriceWithCurrency($transaction->wallet->amount) }} @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.