employee module

This commit is contained in:
2024-04-11 16:37:12 +05:45
parent b5c603ceec
commit 91e7943546
9 changed files with 417 additions and 14 deletions

View File

@ -21,3 +21,5 @@ Route::group(['middleware' => 'auth'], function () {
});
});