Perbaikan modul data karyawan dan staff + modul SOP import

This commit is contained in:
Iwit
2026-06-04 08:36:18 +07:00
parent 5811409e2d
commit 91c0a8147f
26 changed files with 1167 additions and 399 deletions
@@ -51,6 +51,6 @@ class DashboardController extends Controller
*/
public function sopIndex(): View
{
return view('pages.admin.sops.index');
return view('pages.admin.sop.index');
}
}