Add [_token] to fillable property to allow mass assignment on [App\Models\Admin\MhsReguler]. code example
Example: to fillable property to allow mass assignment on
protected $fillable = ['title'];
protected $fillable = ['title'];