/                   - Landing Page
/auth/login          - Sign In Page
/auth/register       - Sign Up Page
/auth/forgot-password - Forgot Password Page
/auth/reset-password  - Reset Password Page
/auth/verify-otp     - Verify OTP Page
/home                - Home Page (Protected)
/chat                - Chat Page (Protected)
/chat/:id/:uuid/:company_id - Chat with dynamic parameters (Protected)
/company/:id/:key    - Show Company with dynamic parameters (Protected)
/profile             - Profile Page (Protected)
/profile/:key        - Profile Page with dynamic key parameter (Protected)
/tickets             - Tickets Page (Protected)
/ticket/:id          - View Ticket Page with dynamic id (Protected)
/wallet              - Wallet Page (Protected)
/employee/:id/:company_id - Show Employee with dynamic parameters (Protected)
/employee/attendance/:id/:company_id - Employee Attendance with dynamic parameters (Protected)
/employee/register-attendance - Register Attendance (Protected)
/*                   - Error Page (Fallback for undefined routes)
