@csrf
Register
{{-- Full name input --}}
@error('name')
{{ $message }}
@enderror
{{-- Email input --}}
@error('email')
{{ $message }}
@enderror
{{-- Password input --}}
@error('password')
{{ $message }}
@enderror
{{-- Confirm Password input --}}
@error('terms')
{{ $message }}
@enderror
I agree to all the Terms & Condition
Register
Already have an Account?
Login