@isset($page_title) {{$page_title}} @endisset (Total Withdrawal Amount: ₹ {{Auth::guard('web')->user()->userDetail->remaining_amount}})
| # | Amount | Comming from | Type | Date |
|---|---|---|---|---|
| {{ ($key+1) + ($wallet_transactions->currentPage() - 1)*$wallet_transactions->perPage() }} | ₹ {{ $wallet_transaction->amount }} | {{ ucwords(str_replace('_',' ',$wallet_transaction->comming_from)) }} | {{ ucfirst($wallet_transaction->type) }} | {{ $wallet_transaction->created_at }} |
{!! $wallet_transactions->links() !!}