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