@php use App\Enums\TransactionStatus; @endphp

{{ __('Deposit Succeeded!') }}

@if(is_crypto($transaction->tnx_currency) || data_get($transaction, 'status') != TransactionStatus::COMPLETED)

{{ __('The amount will be credited into your account upon admin confirmation.') }}

@else

{{ __('The amount has been successfully credited into your account.') }}

@endif @if(filled($transaction))

{{ __('Transaction ID') }} {{ the_tnx($transaction->tnx) }}

@endif