I\'m quite new to laravel and I\'m trying to update a record from form\'s input. However I see that to update the record, first you need to fetch the record from database. Isn\
Post::where('id',3)->update(['title'=>'Updated title']);