{{MPCMS::createMenuLink("All Menu Items",route('menuitems.index'))}}
@foreach(DB::select("select * from tbl_menulocations where status=1 order by display_order") as $menulocation)
{{MPCMS::createMenuLink($menulocation->title,route('menuitems.index',['menulocation'=>$menulocation->menulocation_id]))}}
@endforeach