@extends('admin.layouts.master') @section('title', __('Deposit & Withdraw Setting')) @section('has-content-sidebar', 'has-content-sidebar') @section('content-sidebar') @include('admin.settings.content-sidebar') @endsection @section('content')

{{ __('Deposit & Withdraw') }}

{{ __('Manage your deposit and withdraw options.') }}

{{ __('Deposit Settings') }}
{{ __('The maximum pending deposit request at a time.') }}
{{ __('User allow to cancel deposit request within time.') }}
{{ __('Show input field for base currency amount.') }}
{{ __('The minimum amount of deposit per transaction.') }}
{{ base_currency() }}
{{ __('Fiat Currency') }} {{ __("('0' consider as 0.1)") }}
{{ base_currency() }}
{{ __('Crypto Currency') }} {{ __("(same as fiat if '0')") }}
{{ __('The maximum amount of deposit per transaction.') }}
{{ base_currency() }}
{{ __('Fiat Currency') }} {{ __("('0' for unlimited)") }}
{{ base_currency() }}
{{ __('Crypto Currency') }} {{ __("(same as fiat if '0')") }}
{{ __('Temporarily disable deposit system.') }}
{{ __('Users unable to send new deposit request if disable.') }}
{{ __('Add custom message to show on user-end.') }}
{{ __('This message will display when user going to deposit their funds.') }}
@csrf
{{ __('Withdraw Settings') }}
{{ __('The maximum pending withdraw request at a time.') }}
{{ __('User allow to cancel withdraw request within time.') }}
{{ __('The minimum amount of withdraw per transaction.') }}
{{ base_currency() }}
{{ __('Fiat Currency') }} {{ __("('0' consider as 0.1)") }}
{{ base_currency() }}
{{ __('Crypto Currency') }} {{ __("(same as fiat if '0')") }}
{{ __('The maximum amount of withdraw per transaction.') }}
{{ base_currency() }}
{{ __('Fiat Currency') }} {{ __("('0' for unlimited)") }}
{{ base_currency() }}
{{ __('Crypto Currency') }} {{ __("(same as fiat if '0')") }}
{{ __('Temporarily disable withdraw system.') }}
{{ __('Users unable to send new withdraw request if disable.') }}
{{ __('Add custom message to show on user-end.') }}
{{ __('This message will display when user going to withdraw their funds.') }}
@csrf
@endsection