@extends('admin.master', ['menu' => 'deposit', 'sub_menu' => 'pending_token_deposit'])
@section('title', isset($title) ? $title : '')
@section('style')
@endsection
@section('content')
- {{ __('Token Deposit') }}
- {{ $title }}
{{ __('Amount') }} |
{{ __('Coin') }} |
{{ __('From Address') }} |
{{ __('To Address') }} |
{{ __('Tx Hash') }} |
{{ __('Status') }} |
{{ __('Created At') }} |
{{ __('Actions') }} |
@if ($buy_token)
{{ __('Amount') }} |
{{ __('Coin') }} |
{{ __('From Address') }} |
{{ __('To Address') }} |
{{ __('Tx Hash') }} |
{{ __('Status') }} |
{{ __('Created At') }} |
{{ __('Actions') }} |
@endif
@endsection
@section('script')
@endsection