*/ class NotificationsController extends Controller { public function history() { return Template::render('settings/notifications/history'); } }