Wallet Transactions

@foreach ($wallet as $value) @endforeach
# Transaction ID Payment Type Coupon Code User Amount Transaction Type Created date
{{ ++$loop->index }}. {{ $value->transaction_id }} {{ $value->payment_type }} {{ is($value->coupon_code ?? '') ? $value->coupon_code : 'No Coupon applied' }}
profile_pic ?? '') }} style="width: 50px; height: 50px; margin-right:5%" class="rounded-circle">
{{ $value->first_name . $value->last_name }}
{{ price_format($value->amount ?? 0) }} {{ $value->transaction_type }} {{ datetime_format($value->created_date) }}