{% block title %}
{% include "partials/title.html" with title="Staffs" text="Dashboard" textone="HRM" texttwo="Staffs" %}
{% endblock title %}
Staff List
|
ID | Name | Department | Designation | Phone | Date of Join | Action | |
---|---|---|---|---|---|---|---|---|
|
{{record.ID}} | {{record.Department}} | {{record.Designation}} | {{record.Phone}} | {{record.Email}} | {{record.Date_of_Join}} |