text "Create users table with: id, name, email, email_verified_at, password, role, remember_token, created_at, updated_at" Authentication Controllers text "Generate Laravel Auth scaffolding: php artisan make:auth" text "Create custom authentication with roles: admin, medical_staff, care_staff, billing_staff, family" Registration System text "Create user registration with: name, email, password, role selection, and admin approval system" Login System text "Implement login with: email/password, remember me functionality, and role-based redirect" Security Features text "Add password reset functionality with email verification" text "Implement account lockout after 5 failed attempts" text "Add session management with automatic timeout" 🚀 COMPLETE AUTHENTICATION COMMAND (Copy This): text "Implement complete login and signup system using Laravel Auth with: user registration, email verification, password reset, role-based access control (admin/medical/care/billing/family), secure sessions, and integration with existing CRM without affecting current functionality." ⚡ QUICK SETUP COMMAND: text "Run: php artisan make:auth to generate authentication views and controllers, then customize for multi-role support matching existing CRM design."