@extends('front.layouts.master-auth') @section('content')
@if(is_null($user->stripe_connect_onboarded_at))
تنبيه! يجب إكمال ربط حساب Stripe Connect أولاً لتتمكن من السحب. اضغط هنا لإكمال الربط
@endif

@lang('front.Withdraw Money')

@lang('front.Back to transactions')
@lang('front.Bank transfer')
@lang('front.Available Balance')
{{ number_format((float) $balance, 2) }}
@csrf {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- $--}} {{--
--}} {{-- @error('amount')--}} {{--
{{ $message }}
--}} {{-- @enderror--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- @error('paypal_email')--}} {{--
{{ $message }}
--}} {{-- @enderror--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}
@lang('front.Minimum withdrawal amount is :amount USD.', ['amount' => $minWithdrawalUsd]) @error('bank_amount')
{{ $message }}
@enderror
{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- @error('account_name')--}} {{--
{{ $message }}
--}} {{-- @enderror--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- @error('bank_id')--}} {{--
{{ $message }}
--}} {{-- @enderror--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- @error('iban')--}} {{--
{{ $message }}
--}} {{-- @enderror--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- @lang('SWIFT code will be auto-filled when you select a bank')--}} {{-- @error('swift_code')--}} {{--
{{ $message }}
--}} {{-- @enderror--}} {{--
--}}
{{--
--}}

@lang('Important Tips')

  1. @lang('front.Withdraw notes static 1')
  2. @lang('front.Withdraw notes static 2')
  3. @lang('front.Withdraw notes static 3')
@endsection