Withdraw Amount(₱)
{{ $settings_->where('key', 'currency')->first()->value ?? '' }} {{ number_format(\App\Models\Transaction::where('member_id', Auth::user()->member->id)->whereIn('transaction_type', ['withdraw', 'withraw'])->where('status', 'pending')->orderBy('id', 'desc')->first()->amount ?? 0,0) }} {{-- {{number_format(auth()->user()->member->amountToWithdrawn()??'0' ,0)}} --}}
Current Balance(₱)
{{ $settings_->where('key', 'currency')->first()->value ?? '' }} {{ number_format(auth()->user()->member->credit ?? 0, 0) }}