1-*-*-*-*-*-*- If You Are Using Model to fill data in database Use below method-*-*-*-*-**-
2
3 -*-*-*-*- In your model Add This-*-*-*-*-*-*-*-
4
5protected $fillable = ['task'];
6
7 -*-*-*-*- And Add this to you welcome.blade.php before title tag-*-*-*-*-*-*-*-
8
9<meta name="token" id="token" value="{{ csrf_token() }}">
10