create new userManagement

This commit is contained in:
2025-10-26 14:14:05 +03:30
parent c76098e879
commit 71f5001477
7 changed files with 158 additions and 174 deletions

View File

@@ -26,7 +26,10 @@ class User extends Authenticatable
* @var array
*/
protected $fillable = [
'name', 'email', 'major', 'password', 'username', 'first_name', 'last_name', 'position', 'mobile', 'province_id', 'city_id', 'confirmed', 'enabled', 'avatar', 'city_fa', 'province_fa', 'degree'
'name', 'email', 'major', 'password', 'username', 'first_name', 'last_name', 'position', 'mobile', 'province_id', 'city_id', 'confirmed', 'enabled', 'avatar', 'city_fa', 'province_fa', 'degree',
'national_code',
'edarate_ostani_id',
'edarate_shahri_id'
];
/**