{{ __($setTitle) }}
{{ __('Payment Details') }}
@php echo $gateway->details ?? '' @endphp
@if($gateway->type == \App\Enums\Payment\GatewayType::AUTOMATIC->value && $gateway->code == \App\Enums\Payment\GatewayCode::BLOCK_CHAIN->value)
@lang('PLEASE SEND EXACTLY') {{ $payment->btc_amount }} @lang('BTC')
@lang('TO') {{ $payment->btc_wallet ?? '' }}
@lang('SCAN TO SEND')
- {{ __('Rate') }} {{ getCurrencySymbol() }}1 = {{shortAmount($payment->rate)}} {{ $gateway->currency ?? getCurrencyName() }}
- {{ __('Deposit Amount') }} {{ getCurrencySymbol() }}{{shortAmount($payment->amount)}}
- {{ __('Charge') }} {{ getCurrencySymbol() }}{{shortAmount($payment->charge)}}
- {{ __('Final Amount') }} {{ getCurrencySymbol() }}{{shortAmount($payment->final_amount)}}