{{-- reCAPTCHA disabled temporarily --}}
@include('frontend.layouts.navbar')
{{-- ===== LEFT: IMAGE SLIDER ===== --}}
{{-- ===== RIGHT: FORM (scrollable) ===== --}}
{{-- Logo --}}
Join Us Now.
Start by creating your account
{{-- Form --}}
@csrf {{-- Company / Username --}}
User / Company Name
@error('username')
{{ $message }}
@enderror
{{-- Email --}}
Email Address
@error('email')
{{ $message }}
@enderror
{{-- Category --}}
Category
Please Select Category
Company
Individual
@error('user_category')
{{ $message }}
@enderror
{{-- Account Type --}}
Account Type
Please Select Type
@foreach($roles as $role)
id ? 'selected' : '' }}>{{ $role->name }}
@endforeach
@error('user_type')
{{ $message }}
@enderror
{{-- Password --}}
Password
@error('password')
{{ $message }}
@enderror
{{-- Confirm Password --}}
Confirm Password
{{-- Terms --}}
You agree to the
terms of use
and acknowledge the
privacy policy
.
{{-- reCAPTCHA disabled temporarily
@error('g-recaptcha-response')
{{ $message }}
@enderror --}}
Create Account
Already a member?
Sign in
@include('frontend.layouts.footer')