with('manufacturer', Helper::manufacturerList()) ->with('category', Helper::categoryList('asset')); } function statuslabel() { return view('modals.statuslabel')->with('statuslabel_types', Helper::statusTypeList()); } function supplier() { return view('modals.supplier'); } function user() { return view('modals.user'); } }