diff --git a/resources/views/santa/game.blade.php b/resources/views/santa/game.blade.php
index a321d5ce..3ef4edc6 100644
--- a/resources/views/santa/game.blade.php
+++ b/resources/views/santa/game.blade.php
@@ -43,33 +43,36 @@ class="position-absolute top-0 end-0 m-4 btn btn-link link-secondary text-decora
@endif
@if($participant->exists && $participant->hasReceiver())
-
-
-
-
-
- Номер получателя:
-
- -
- {{ $participant->receiver->id }}
-
-
-
-
-
- Адрес:
-
- -
- {{ $participant->receiver->address }}
-
-
-
-
-
- Вот, что получатель рассказал о себе:
-
- -
- {!! nl2br(e($participant->receiver->about)) !!}
-
-
-
+
+
+ {{--
+
+
-
+ Номер:
+
+ -
+ {{ $participant->receiver->id }}
+
+
+ --}}
+
+
+
-
+ Адрес:
+
+ -
+ {{ $participant->receiver->address }}
+
+
+
+
-
+ Вот, что получатель рассказал о себе:
+
+ -
+ {!! nl2br(e($participant->receiver->about)) !!}
+
+
+
@endif