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

@if(is_crypto($transaction->tnx_currency))

{{ __('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