{{-- Breadcrumbs
{{ __('t.dashboard') }} {{ __('t.deposit') }} {{ __('t.make_payment') }}
--}} {{-- Main Content --}}
{{-- Left Column: Payment Details --}}
{{-- Header with Amount --}} {{-- Amount Display with Timer and Conversion --}}
{{ __('t.amount_to_pay') }}
{{ Number::currency($amount, $settings->s_currency) }} @if($method->methodtype === 'crypto')
@if($loading)
{{ __('t.calculating') }}
@elseif($error) @else ≈ {{ number_format($cryptoAmount, 8) }} {{ $method->name }} @endif
@endif
{{-- Countdown Timer --}}
methodtype === 'crypto') x-on:beforeunload.window="destroy()" @endif >
30:00
{{ __('t.time_remaining') }}
{{-- Payment Method Info --}}
{{ $method->name }}

{{ $method->name }}

{{ __('t.network') }}: {{ strtoupper($method->name) }}

{{-- Payment Method Content --}}
@if($method->methodtype == 'crypto') @include('millage.deposit.includes.crypto-payment') @endif @if($method->methodtype == 'currency') @include('millage.deposit.includes.currency-payment') @endif
{{-- Right Column: Important Notes --}}

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

{{-- Minimum Deposit --}}

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

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

{{-- Network Confirmation --}}

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

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

{{-- Processing Time --}}

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

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