protected $fillable = [
'name',
'email',
'mobile',
'password',
'status',
'role_id'
];

相关文章: