*/ class NotificationsController extends Controller { /** * Get the notification history. * @return string */ public function history() { return view('settings/notifications/history'); } }