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