Here is my Controller
public function edit(Category $categories) { return view(\'admin.category.edit\')->with([ \'categories\' => $categories,