Home
About us
Contact us
' . htmlspecialchars($username) . '
Profile
Dashboard
Logout
'; } else { // Jobseeker dropdown echo '
' . htmlspecialchars($username) . '
Profile
Dashboard
Logout
'; } } else { // If not logged in, show login button echo '
Login
'; } ?>