{% block title %}
{% include "partials/title.html" with title="Payroll" text="Dashboard" textone="HRM" texttwo="Payroll" %}
{% endblock title %}
Payroll List
|
ID | Name | Department | Designation | Phone | Amount | Status | |
---|---|---|---|---|---|---|---|---|
|
{{record.ID}} | {{record.Department}} | {{record.Designation}} | {{record.Phone}} | {{record.Amount}} | {{record.Status}} | View Payslip |