@extends('layouts.app') @section('title') {{ __('Withdraw money') }} @endsection @section('history_withdraw') active @endsection @section('section.header')

{{ __('Withdraw money') }}

@endsection @section('section.content')
@can('history_withdraw')
Loading...
{{ __('Withdrawing money, please wait...')}}

{{ __('Your account information') }}



@csrf @method('PUT')

{{ __('Fill in withdrawal information') }}


@if ($bankAccount->bank->name == 'MOMO')
@if(config('app.name') !== 'BBPay' && config('app.name') !== 'RoyalPay') @endif @error('amount') * {{ $message }} @enderror
@else
@error('amount') * {{ $message }} @enderror
@endif
@error('bank_name') * {{ $message }} @enderror
@if (!empty($authMethods))
@error('bank_name') * {{ $message }} @enderror
@endif
@error('bank_account') * {{ $message }} @enderror
{{ __('(Each OTP is valid for 2 minutes)')}}
@error('confirm_otp') * {{ $message }} @enderror @if (Session::has('otpError'))
{{ Session::get('otpError') }}
@endif
@else

{{ __('You are not authorized to perform this feature')}}

@endcan
@endsection @section('scripts') @endsection @section('styles') @endsection