@if ($settings->deposit_option == 'manual') @if (!empty($payment_mode->barcode))

Scan the barcode below to make payment

@endif

Or Send {{ $settings->currency }}{{ $amount }} to the address below

@if ($payment_mode->network) Network Type: {{ $payment_mode->network }} @endif
@include('livewire.user.deposit.submit-payment') @endif @if ($settings->deposit_option != 'manual')
@if ( $payment_mode->name == 'USDT' && $settings->auto_merchant_option == 'Binance' && $settings->deposit_option == 'auto') @else Pay Via Coinpayment @endif
@endif