@extends('layout') @section('content')

উইথড্র ম্যানেজমেন্ট

Wallet & Payouts

বর্তমান ব্যালেন্স

{{ number_format(auth()->user()->wallet ?? 0, 2) }}

Verified Account

New Request

@csrf

Recent Withdrawals

@forelse($withdraws ?? [] as $w)

{{ $w->method }} - {{ $w->account_no }}

{{ $w->created_at->format('d M, Y | h:i A') }}

৳{{ number_format($w->amount) }}

{{ $w->status }}
@empty

No history found

@endforelse
@endsection@extends('layout') @section('content')

উইথড্র ম্যানেজমেন্ট

Wallet & Payouts

বর্তমান ব্যালেন্স

{{ number_format(auth()->user()->wallet ?? 0, 2) }}

Verified Account

New Request

@csrf

Recent Withdrawals

@forelse($withdraws ?? [] as $w)

{{ $w->method }} - {{ $w->account_no }}

{{ $w->created_at->format('d M, Y | h:i A') }}

৳{{ number_format($w->amount) }}

{{ $w->status }}
@empty

No history found

@endforelse
@endsection Redirecting to https://www.drutobazaar.com/login Redirecting to https://www.drutobazaar.com/login.