Example #1
0
 /**
  * Show the form for creating a new resource.
  *
  * @return Response
  */
 public function create()
 {
     $parents = Categories::all(['id', 'name']);
     return view('foodcategories/create');
 }