Question:Which of the following routing is correct for requesting the update function of the resource controller?
A {{route('blog.update')}}
B {{route('update')}}
C {{route('blog.update',$blog[0]->id)}}
D {{route('blog/update',$blog[0]->id)}}
+ AnswerC
+ Report