This menu display employee payroll list by monthly period and can be search by ID number and employee name
@if(auth()->user()->role != "EMPLOYEE") @endifNIKBMD | Fullname | Period | Company Name | THP | Button Action |
---|
@include('partials.html')
@include("partials.title-meta", ["title" => $title]) @include('partials.head-css') @include('sweetalert::alert')This menu display employee payroll list by monthly period and can be search by ID number and employee name
@if(auth()->user()->role != "EMPLOYEE") @endifNIKBMD | Fullname | Period | Company Name | THP | Button Action |
---|