@if ($settings->deposit_option == 'manual')
{{-- Manual Payment Section --}}
{{-- Barcode Display --}} @if (!empty($method->barcode))
Payment Barcode

{{ __('t.scan_qr') }}

@endif {{-- Wallet Address Section --}}
{{ __('t.deposit_address') }} @if ($method->network) {{ __('t.network_label') }}: {{ $method->network }} @endif
{{-- Submit Payment Form --}} @include('millage.deposit.includes.submit-payment')
@endif @if ($settings->deposit_option != 'manual')
{{-- Auto Payment Options --}}
{{-- Binance Payment --}} @if ($method->name == 'USDT' && $settings->auto_merchant_option == 'Binance' && $settings->deposit_option == 'auto') @else {{-- Coinbase Payment --}} @if ($settings->auto_deposit_merchant == 'Coinbase') @endif @endif
@endif