// you var are not fillable, you have to set them fillable protected $fillable = ['var1', 'var2', 'etc']; //now you can fill your vars
protected $fillable = ['title'];
protected $fillabel = ['name','slug'];