Change Categories
@include('admin.errors')
{{Form::open(['route'=>['categories.update',$category->id], 'method'=>'put'])}}
{{Form::close()}}