# | Date | Amount | Approval | Payment Method | |
---|---|---|---|---|---|
{{ $transaction->id }} | {{ $transaction->created_at }} | {{ $transaction->amount }} | @if($transaction->admin_approval == 0) Pending @else Approved @endif | @if($transaction->payment_method == null) N.A @else {{ $transaction->payment_method }} @endif | |
No Record Found
|