@extends($activeTemplate . 'layouts.master') @section('content') @lang('History') @if ($isHoliday && !gs('holiday_withdraw')) @lang('Withdrawal request is disable for today. Please wait for next working day.') @lang('Next Working Day') @else @csrf @foreach ($withdrawMethod as $data) {{ __($data->name) }} first) == $data->id) data-min-amount="{{ showAmount($data->min_limit) }}" data-max-amount="{{ showAmount($data->max_limit) }}"> @endforeach @if ($withdrawMethod->count() > 4) @lang('Show All Payment Options') @endif @lang('Amount') {{ gs('cur_sym') }} @lang('Limit') @lang('0.00') @lang('Processing Charge') {{ gs('cur_sym') }}@lang('0.00') {{ __(gs('cur_text')) }} @lang('Receivable') {{ gs('cur_sym') }}@lang('0.00') {{ __(gs('cur_text')) }} @lang('Conversion') @lang('In') @lang('Confirm Withdraw') @lang('Safely withdraw your funds using our highly secure process and various withdrawal method') @endif @endsection @push('script') @endpush
@lang('Show All Payment Options')
@lang('Amount')
@lang('Limit')
@lang('0.00')
@lang('Processing Charge')
{{ gs('cur_sym') }}@lang('0.00') {{ __(gs('cur_text')) }}
@lang('Receivable')
@lang('Conversion')
@lang('In')
@lang('Safely withdraw your funds using our highly secure process and various withdrawal method')