{{ __('Request Withdrawal') }}

Withdrawal Request

@csrf

Available Balance

${{ number_format($availableBalance, 2) }}

Withdrawal will be sent to:

Bank: {{ $golferProfile->bank_name }}
Account Holder: {{ $golferProfile->account_holder_name }}
Account: {{ $golferProfile->masked_account_number }}
$

Minimum: ${{ number_format($minimumWithdrawal, 2) }} | Maximum: ${{ number_format($availableBalance, 2) }}

@error('amount')

{{ $message }}

@enderror
@error('notes')

{{ $message }}

@enderror

Processing Time

Withdrawal requests are typically processed within 3-5 business days. You'll receive an email notification once processed.

Cancel