@extends('layouts.app') @section('content')
Total Users
Total Songs
Total Orders
Pending Withdrawals
Total Revenue
Users Wallet Balance
Total Withdrawn
| User | Amount | Current Balance | Method | Account | Status | Action |
|---|---|---|---|---|---|---|
|
{{ $withdraw->user->name }}
{{ $withdraw->user->phone }} |
à§³ {{ $withdraw->amount }} | à§³ {{ number_format($withdraw->user->wallet_balance,2) }} | {{ strtoupper($withdraw->method) }} | {{ $withdraw->account_number }} | @if($withdraw->status == 'pending') Pending @elseif($withdraw->status == 'approved') Approved @else Rejected @endif | @if($withdraw->status == 'pending') @else Done @endif |
| No withdrawal request | ||||||
| User | Amount | Method | Status |
|---|---|---|---|
| {{ $withdraw->user->name }} | à§³ {{ $withdraw->amount }} | {{ ucfirst($withdraw->method) }} | @if($withdraw->status == 'pending') Pending @elseif($withdraw->status == 'approved') Approved @else Rejected @endif |
| No Withdrawal Requests | |||