@extends('frontend.layout_2') @section('sub_layout')
{{-- success icon --}}
{{-- status badge --}}
Pending admin approval

Withdraw request submitted!

আপনার উইথড্র রিকুয়েস্ট সফলভাবে সাবমিট হয়েছে। এডমিন approve করার পর টাকাটি আপনার একাউন্টে চলে যাবে।

{{-- summary grid --}}
{{-- Amount --}}
Amount
{{ number_format($withdraw->amount, 2) }} BDT
{{-- Method (Mobile / Bank) --}}
Method
{{ $methodType === 'bank' ? 'Bank · ' : 'Mobile · ' }} {{ $methodLabel }}
{{-- Account + (holder, branch for bank) --}}
Account
{{ $withdraw->account_number }}
@if($methodType === 'bank') @if($withdraw->account_holder)
Account holder: {{ $withdraw->account_holder }}
@endif @if($withdraw->branch_name)
Branch: {{ $withdraw->branch_name }}
@endif @endif
{{-- Current balance --}}
Current Balance
{{ number_format($availableBalance, 2) }} BDT
{{-- buttons --}}
সাধারণত ২৪ ঘন্টার মধ্যে রিকুয়েস্ট প্রসেস করা হয়। কোনো সমস্যা হলে সাপোর্টে যোগাযোগ করুন।
@endsection