@extends('admin.master', ['menu' => 'transaction', 'sub_menu' => 'check_deposit']) @section('title', isset($title) ? $title : '') @section('style') @endsection @section('content')
  • {{ $title }}
{{ __('Coin API') }}
{{ __('Please make sure your coin API is right.You never change this API. So be careful') }}
{{ __('Coin Type') }}
{{ __('Transaction Id') }}
@if (isset($transaction_id))

{{ __('Transaction details') }}

{{ __('Transaction Coin') }} : {{ $coin_type ?? '' }}
{{ __('Transaction Hash') }} : {{ $transaction_id ?? '' }}
{{ __('Address') }} : {{ $address ?? '' }}
{{ __('Amount') }} : {{ $amount ?? '' }} {{ $coin_type ?? '' }}
{{ __('Confirmations') }} : {{ $confirmations ?? '' }}

{{ __('If deposit not found with this transaction id, you can adjust deposit by clicking below button') }}

@endif
@endsection @section('script') @endsection