@extends('admin.master', ['menu' => 'deposit', 'sub_menu' => 'pending_token_deposit']) @section('title', isset($title) ? $title : '') @section('style') @endsection @section('content')
  • {{ __('Token Deposit') }}
  • {{ $title }}
{{ __('When user deposit ERC20/BEP20/TRC20 token , then we should keep it to admin address, because when user make withdrawal then the token will sent from admin address') }}
{{ __('Step 1: ') }}: {{ __('First send estimate gas fees to user address') }}
{{ __('Step 2: ') }}: {{ __('Then send token from user address to admin address') }}
{{ __('You just accept the record from action nothing else, we will handle everything in background') }}
{{ __('Note: if you ignore this manual approval process, you can use a command, that will automatically handle this. The command is "adjust-token-deposit" , you can run it always in background ') }}
{{ __('Amount') }} {{ __('Coin') }} {{ __('From Address') }} {{ __('To Address') }} {{ __('Tx Hash') }} {{ __('Status') }} {{ __('Created At') }} {{ __('Actions') }}
@if ($buy_token)

{{ __('Transaction History of Token Buy') }}

{{ __('Amount') }} {{ __('Coin') }} {{ __('From Address') }} {{ __('To Address') }} {{ __('Tx Hash') }} {{ __('Status') }} {{ __('Created At') }} {{ __('Actions') }}
@endif @endsection @section('script') @endsection