with([ 'pageTitle' => 'Metrics - Dashboard' ]); } /** * Shows the notifications view. * @return \Illuminate\View\View */ public function showNotifications() { return View::make('dashboard.notifications')->with([ 'pageTitle' => 'Notifications - Dashboard' ]); } }