Add a title to the fillable array in your model Post, to allow saving through creating and massive methods
protected $fillable = ['title'];
Add a title to the fillable array in your model Post, to allow saving through creating and massive methods
protected $fillable = ['title'];