@php $nameSpace = ucfirst(data_get($pm, 'slug')).'::deposit-preview'; @endphp @if(view()->exists($nameSpace)) @include($nameSpace) @else

{{ __('Confirm Your Deposit') }}

{!! __('You are about to deposit :amount in your account.', [ 'amount' => ''.money($amount, $currency, ['dp' => 'calc']).'' ]) !!}

{{ __('Please review the information and confirm.') }}

@if(data_get($pm, 'module_config.is_online'))
{!! __('* You will be redirect to :gateway website once you confirm.', ['gateway' => '' . $pm->title . '']) !!}
@endif @if($pm->method=='crypto')
{{ __('* Payment info (:currency wallet) will available once you proceed.', ['currency' => data_get($payment, 'currency_name')]) }}
@endif
@endif