I’m building a web-based educational platform in Laravel and the very first module I need completed is robust student management. The goal is to let administrators create, edit, and track student accounts while giving each learner a clean self-service dashboard. Here’s what I need right away: • Secure registration and login built on Laravel’s authentication scaffolding • Database migrations and Eloquent models for students, classes, and enrollment records • CRUD screens (Blade or Inertia/Vue—whichever you’re fastest with) for admins to manage student data • A student-side profile area that shows personal details and current course enrollments • Basic role/permission logic so I can separate admin and learner access from day one Clean, well-commented code, Git commits that map to each feature, and a short setup README are the deliverables. I’m sticking to Laravel 10, PHPUnit testing where it makes sense, and REST-friendly controllers so I can bolt on APIs later. Once this core is solid, I’ll likely move on to course creation and interactive forums, so I’m looking for someone who writes extendable code and can collaborate beyond this initial sprint.