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

{{ __('Withdraw Methods') }}

{{ __('Manage user withdraw method to withdraw their money.') }}

@if(is_demo())
{!! 'All the Add-ons OR Extra modules is NOT part of main product. You have to purchase separately to get those. You may contact us for more info.' !!}
@endif @if(!blank($withdrawMethods)) @endif
  • {{ __("Caution: If you disable any withdraw method then users unable to add new account using that method.") }}

  • {{ __("Users can still access and update their existing account if any withdraw method is not enabled.") }}

@endsection @push('scripts') @endpush