@vite(['resources/css/app.css', 'resources/js/app.js']) {{-- LEFT PANEL โ€” Branding --}} {{-- RIGHT PANEL โ€” Form --}}
{{-- Mobile logo --}}
AC
AcademiaCraft

Create Account

Already registered? Sign in โ†’

@csrf {{-- Full name --}}
@error('name')

{{ $message }}

@enderror
{{-- Email --}}
@error('email')

{{ $message }}

@enderror
{{-- Password --}}
@error('password')

{{ $message }}

@enderror
{{-- Confirm password --}}
@error('password_confirmation')

{{ $message }}

@enderror
{{-- Submit --}}

By registering you agree to our terms of use and privacy policy.

{{-- Divider --}}
already a student?
Sign In to My Account