Employee Profile
Hello, =$G_userfirstname?> 👋
Your team's attendance & reports in one place
🔽 Reports & More
📥 Import Attendance
📝 Mark Attendance
📊 Reports
👥 Employee List
Logout
= htmlspecialchars($firstname . ' ' . $lastname) ?>
= ucfirst($status) ?>
Basic Details
First Name
= htmlspecialchars($firstname) ?>
Middle Name
= $middlename ?: '-' ?>
Last Name
= htmlspecialchars($lastname) ?>
Department
= htmlspecialchars($departmentName) ?>
Position
= htmlspecialchars($position) ?>
Personal Details
Phone
= htmlspecialchars($phone) ?>
DOB
= $dob ? date('d M Y', strtotime($dob)) : '-' ?>
DOJ
= $doj ? date('d M Y', strtotime($doj)) : '-' ?>
Address
= htmlspecialchars("$addressline1 $addressline2") ?>
City:
= $city ?>
State:
= $state ?>
Pincode:
= $pincode ?>
Salary
₹ = number_format($salary,2) ?>
Edit Employee