Try
VIEW::make('index',array('menuitem'=>$menuitem));
Or
VIEW::make('index')->with('menuitem', $menuitem);
Also
VIEW::make('index',compact('menuitem'));
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community