get(); return View::make('dashboard.index') ->withComponents($components); } /** * Shows the notifications view. * * @return \Illuminate\View\View */ public function showNotifications() { return View::make('dashboard.notifications.index') ->withPageTitle(trans('dashboard.notifications.notifications').' '.trans('dashboard.dashboard')); } }