{{-- Display validation errors --}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if ($name == 'Credit-Debit Card') Please ensure you have selected a credit card payment provider from payment preference. @endif
Minimum Amount to withdraw.
Only applies to withdrawal
Required but only applies to withdrawal
Required but only applies to withdrawal
@if ($methodtype === 'currency') {{-- Currency inputs --}}
@endif @if ($methodtype === 'crypto') {{-- Cryptocurrency Inputs --}}
Recommended Size: 575px both width and height
@endif