Show the notifications view

This commit is contained in:
James Brooks
2014-12-13 11:51:28 +00:00
parent b5657aa497
commit 8e58e28868
5 changed files with 43 additions and 0 deletions
+10
View File
@@ -45,6 +45,16 @@ class DashboardController extends Controller {
]);
}
/**
* Shows the notifications view.
* @return \Illuminate\View\View
*/
public function showNotifications() {
return View::make('dashboard.notifications')->with([
'pageTitle' => 'Notifications - Dashboard'
]);
}
/**
* Shows the settings view.
* @return \Illuminate\View\View