This is the mean problem
I have controllers structures like this
And i am using this syntax to make routes which is worked good for me
Updating form is
{{ Form::open(array('method'=>'POST','route' => ['categories.update', $category->id])) }}
i got this error
Any Solution ??