{{ __('Deposit Money') }}
{{ __('Step: 3 of 3') }}
{{ __('Deposit Complete') }}
{!! svgIcons('stepper_success') !!}
{{ __('Success') }}!
{{ __('Money has been successfully deposited to your wallet. You can see the details under the transacton details.') }}
{{ __('Deposited Amount') }}
{{ moneyFormat($transaction->currency?->code, formatNumber($transaction->subtotal, $transaction->currency_id)) }}
@endsection
@push('js')
@endpush