public function outlet() { $outlets = Outlet::all(); return View::make('admin/super/outlet', compact('outlets')); }