@extends('admin.master',['menu'=>'setting', 'sub_menu'=>'config']) @section('title', isset($title) ? $title : '') @section('style') @endsection @section('content')
  • {{__('Setting')}}
  • {{ $title }}

{{__('Clear Application Cache')}}

{{__('From here you can clear your application cache . or also from the command line you can run the command "php artisan cache:clear"')}} {{__('Cache Clear')}}

{{__('Clear Application Config')}}

{{__('From here you can clear your application all configuration . or also from the command line you can run the command "php artisan config:clear"')}} {{__('Config Clear')}}

{{__('Clear Application View / Route')}}

{{__('From here you can clear your application view and route . or also from the command line you can run the command "php artisan view:clear", "php artisan route:clear"')}} {{__('View Clear')}}

{{__('Run Migration')}}

{{__('For the new migration you can click the button to migrate or run the command "php artisan migrate"')}} {{__('Migrate')}}

{{__('Adjust Trade Fees Settings')}}

{{__('No need to click this button, but if missed initial fees setting , you can adjust trade fess setting by clicking this button')}} {{__('Trade Fees')}}

{{__('TRC20 & MATIC Token Deposit')}}

{{__('This command should run in your system every five minutes. It helps to deposit custom TRC20 & MATIC token. So try to run it every five minutes through scheduler. Otherwise you will miss user deposit')}} {{__('Run Command')}}

{{__('BEP20 & ERC20 Token Deposit')}}

{{__('This command should run in your system every five minutes. It helps to deposit custom erc20 and dep20 token. So try to run it every five minutes through scheduler. Otherwise you will miss user deposit')}} {{__('Run Command')}}

{{__('Run Schedule')}}

{{__('In this command we use some command, that should always run in the background')}} {{__('Run Command')}}

{{__('Adjust Token Deposit to Admin')}}

{{__('In this command we try to adjust the user deposit, we send the user deposited amount to admin address, that should always run in the background')}} {{__('Run Command')}}

{{__('Adjust Token For Coin Pairs')}}

{{__('In this command we will check if the coin pair is for native coin or token, if token then make coin pair is_token=1')}} {{__('Run Command')}}

{{__('Get Product Update')}}

{{__('From here you can update your project')}} {{__('Get Update')}}
@if(env('APP_MODE') == 'myDemo')

{{__('Database clear command')}}

{{__('Before click these button you must enable the maintenance mode ans stop the bot. and after execute these command if you get historical data , go to coin pair and add the historical data, then start the data.')}} ""{{__('Note:')}} {{__('Please never do this. Only for our demo purpose, from here we clear the all buy, sell, transaction and chart data')}} {{__('Buy Order')}} {{__('Sell Order')}} {{__('Transactions')}} {{__('Chart Data')}}
@endif

{{__('Clear Failed Jobs')}}

{{__('In this command we removed the failed jobs,')}} {{__('Run Command')}}
@endsection @section('script') @endsection