@include('includes.header')
TID | Username | Amount | type | Balance_type | Description | Before_balance | After_balance | Date |
---|---|---|---|---|---|---|---|---|
{{ $transaction->id }} | {{ $transaction->username }} | {{ $transaction->amount }} | {{ ucfirst($transaction->type) }} | {{ $transaction->balance_type }} | {{ $transaction->description }} | By {{ $transaction->by_name ?? 'Unknown Admin' }} | {{ $transaction->before_balance }} | {{ $transaction->after_balance }} | {{ $transaction->created_at }} |