From 3e79e2be0328fed7985fbd314cff262de47ca13f Mon Sep 17 00:00:00 2001 From: Alexandr Chernyaev Date: Fri, 20 Dec 2024 12:47:01 +0300 Subject: [PATCH] Hidden Santa id --- resources/views/santa/game.blade.php | 57 +++++++++++++++------------- 1 file changed, 30 insertions(+), 27 deletions(-) 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