{{ __('t.register_account') }}
{{-- Mobile Logo --}}
{{ __('t.logo_alt') }}
{{ __('t.trading_platform') }}
{{-- Header --}}

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

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

@if ($settings->enable_social_login) @include('auth.social') @endif
@csrf {{-- Basic Info Fields --}}
{{-- Username --}}
{{-- Full Name --}}
{{-- Email --}}
{{-- Phone --}}
{{-- Additional Info Section --}}
{{-- Country & Referral --}}
@error('country')

{{ $message }}

@enderror
{{-- Password Section with Strength Meter --}}
{{-- Password Strength Meter --}}

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

{{-- Confirm Password --}}
{{-- Referral (Optional) --}} @if (session('ref_by') || true)
@endif
{{-- Terms & Submit --}}
@if ($settings->use_terms) @endif
{{ __('t.already_have_account') }} {{ __('t.sign_in') }}
{{-- Security Badges --}}