employee update

This commit is contained in:
Abhishek Mali
2025-12-19 16:08:34 +05:30
parent 8a0d122e2c
commit c4097ecbde
9 changed files with 283 additions and 100 deletions

View File

@@ -18,7 +18,7 @@ class Admin extends Authenticatable
'name', 'email', 'password', 'username',
'phone', 'emergency_phone', 'address',
'role', 'department', 'designation', 'joining_date',
'status', 'additional_info', 'type', // admin/staff indicator
'status', 'additional_info', 'type','employee_id', // admin/staff indicator
];
protected $hidden = [