@php $pendingWithdrawCount = \Modules\PaymentWithdraw\app\Models\WithdrawRequest::where('status', 'pending')->count(); @endphp