@extends('admin.master', ['menu' => 'transaction', 'sub_menu' => 'check_deposit']) @section('title', isset($title) ? $title : '') @section('style') @endsection @section('content')
{{ __('Transaction Coin') }} | : | {{ $coin_type ?? '' }} |
{{ __('Transaction Hash') }} | : | {{ $transaction_id ?? '' }} |
{{ __('Address') }} | : | {{ $address ?? '' }} |
{{ __('Amount') }} | : | {{ $amount ?? '' }} {{ $coin_type ?? '' }} |
{{ __('Confirmations') }} | : | {{ $confirmations ?? '' }} |