{{-- Favicon --}} {{-- Google Fonts --}} {{-- Font Awesome --}} {{-- Bootstrap 5.3 CSS --}} {{-- Custom CSS --}}
{{-- Left Side - Branding --}}
{{-- Decorative Dots --}}
{{-- Logo & Content --}}

We invite you to join our community. By sharing your opinions through our surveys, you can earn points redeemable for rewards. Your participation ensures that your perspectives are valued and contribute meaningfully to informed decision-making for individuals, businesses, organizations, and government entities.

{{-- Background Pattern --}}
{{-- Right Side - Register Form --}}
{{-- Header Navigation --}}
Kembali
{{-- Form Content --}}

Daftarkan Akun Individu!

For the purpose of industry regulation, your details are required.

{{-- Error Messages --}} @if ($errors->any()) @endif {{-- Success Message akan ditangani oleh SweetAlert di layout master --}} @if (session('success')) @endif
@csrf
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
{{-- Custom Wallet Dropdown --}}
@if(old('wallet')) @php $walletNames = [ 'indodax' => 'Indodax', 'metamask' => 'Metamask', 'trustwallet' => 'Trust Wallet', 'coinbase' => 'Coinbase', 'phantom' => 'Phantom' ]; $selectedWallet = old('wallet'); $selectedName = $walletNames[$selectedWallet] ?? $selectedWallet; @endphp {{-- {{ $selectedName }} --}} @else Pilih wallet @endif
Indodax Indodax
Metamask Metamask
Trust Wallet Trust Wallet
Coinbase Coinbase
Phantom Phantom
@error('wallet')
{{ $message }}
@enderror
{{-- Wallet Address Input (appears after selecting wallet) --}}
Contoh: 0x1234...abcd atau alamat sesuai wallet yang dipilih @error('wallet_address')
{{ $message }}
@enderror
@error('terms')
{{ $message }}
@enderror
{{-- Cloudflare Turnstile (Temporarily Disabled) --}}
@error('cf-turnstile-response')
{{ $message }}
@enderror
{{-- Include Login Modal --}} @include('core::partials.login-modal') {{-- jQuery --}} {{-- Bootstrap 5.3 JS Bundle --}} {{-- SweetAlert2 --}} {{-- Cloudflare Turnstile (Temporarily Disabled) --}}