مدیریت تراکنش‌ها

@foreach($transactions as $txn) @endforeach
کاربر نوع مبلغ توضیح وضعیت عملیات
{{ $txn->wallet->user->name ?? '-' }} {{ $txn->type }} {{ number_format($txn->amount) }} تومان {{ $txn->description }} {!! $txn->approved ? 'تایید شده' : 'در انتظار' !!} @if(!$txn->approved)
@csrf
@endif
{{ $transactions->links() }}