master admin module
This commit is contained in:
@ -45,8 +45,8 @@ class EmployeeController extends Controller
|
||||
public function create()
|
||||
{
|
||||
$data['title'] = 'Create Employee';
|
||||
$data['departmentList'] = [];
|
||||
$data['designationList'] = [];
|
||||
$data['departmentList'] = $this->adminService->pluckDepartments();
|
||||
$data['designationList'] = $this->adminService->pluckDesignations();
|
||||
$data['nationalityList'] = $this->adminService->pluckNationalities();
|
||||
$data['genderList'] = $this->adminService->pluckGenders();
|
||||
$data['casteList'] = $this->adminService->pluckCastes();
|
||||
|
Reference in New Issue
Block a user