@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 {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @lang('front.Enter the amount you want to withdraw')--}} {{-- --}} {{-- --}} {{-- $--}} {{-- --}} {{-- @error('amount')--}} {{-- {{ $message }}--}} {{-- @enderror--}} {{-- --}} {{-- --}} {{-- @lang('PayPal Email')--}} {{-- --}} {{-- --}} {{-- --}} {{-- @error('paypal_email')--}} {{-- {{ $message }}--}} {{-- @enderror--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @lang('Save email for future use')--}} {{-- --}} {{-- --}} {{-- --}} @lang('front.Enter the amount you want to withdraw') $ @lang('front.Minimum withdrawal amount is :amount USD.', ['amount' => $minWithdrawalUsd]) @error('bank_amount') {{ $message }} @enderror {{-- --}} {{-- @lang('front.Account Holder Name')--}} {{-- --}} {{-- --}} {{-- --}} {{-- @error('account_name')--}} {{-- {{ $message }}--}} {{-- @enderror--}} {{-- --}} {{-- --}} {{-- @lang('front.Bank Name')--}} {{-- --}} {{-- @lang('Select')--}} {{-- @foreach($banks as $bank)--}} {{-- id ? 'selected' : '' }}>--}} {{-- {{ $bank->name }} @if($bank->code)({{ $bank->code }})@endif--}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{-- @error('bank_id')--}} {{-- {{ $message }}--}} {{-- @enderror--}} {{-- --}} {{-- --}} {{-- @lang('front.IBAN Number')--}} {{-- --}} {{-- --}} {{-- --}} {{-- @error('iban')--}} {{-- {{ $message }}--}} {{-- @enderror--}} {{-- --}} {{-- --}} {{-- @lang('front.SWIFT Code')--}} {{-- --}} {{-- --}} {{-- --}} {{-- @lang('SWIFT code will be auto-filled when you select a bank')--}} {{-- @error('swift_code')--}} {{-- {{ $message }}--}} {{-- @enderror--}} {{-- --}} @lang('front.Complete Process') {{-- --}} @lang('Important Tips') @lang('front.Withdraw notes static 1') @lang('front.Withdraw notes static 2') @lang('front.Withdraw notes static 3') @endsection