GrowWithRaju
@csrf
Full Name
*
Email
*
Role
*
Select Role
🎓 Student
💼 Intern
👤 Guest
Password
*
Confirm Password
*
Create Account
OR
Continue with Google
Already have an account?
Login
@if($errors->any())
@foreach($errors->all() as $error)
❌ {{ $error }}
@endforeach
@endif @if(session('error'))
❌ {{ session('error') }}
@endif