{{ __('Withdraw Funds') }}

@if(!auth()->user()->accounts->first())

Create an account to get started with withdrawals

@else
@csrf

{{ __('Bank withdrawals are available through the dedicated withdrawal interface.') }}

{{ __('Go to Bank Withdrawal') }}

{{ __('Withdrawal Notice') }}

{{ __('Withdrawals typically process within 1-3 business days depending on your bank.') }}

{{ __('Withdraw Funds') }}
@endif