You have no wallet transactions yet.
@else| Date | Type | Amount | Balance After | Gateway | Status | Description |
|---|---|---|---|---|---|---|
| {{ $transaction->created_at->format('M d, Y H:i') }} | {{ Str::title(str_replace('_', ' ', $transaction->type)) }} | {{ $transaction->amount > 0 ? '+' : '' }}${{ number_format($transaction->amount, 2) }} | ${{ number_format($transaction->balance_after_transaction, 2) }} | {{ Str::title(str_replace('_', ' ', $transaction->payment_gateway ?? 'N/A')) }} | {{ Str::title($transaction->status) }} | {{ $transaction->description }} |