Skip to content

Commit

Permalink
Show secret code on santa
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Dec 20, 2024
1 parent ae7c668 commit 40393c6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion resources/views/santa/game.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ class="position-absolute top-0 end-0 m-4 btn btn-link link-secondary text-decora
</div>
@endif

@if($participant->exists && !empty($participant->santa?->tracking_number))
<div class="alert alert-warning text-center lh-sm text-balance" role="alert">
<strong>Ваш подарок от Тайного Санты уже ждет вас в пункте выдачи! 🚚</strong>
Назовите код <code>{{ $participant->santa->tracking_number }}</code> в пункте выдачи по адресу:
<address>{{ $participant->address }}</address>
<small class="opacity-75 d-block">
Не забывайте, что код действует всего 24 часа! Если не удалось забрать подарок, напишите нам в Telegram на @tabuna. Мы обязательно свяжемся с вашим Санта, чтобы обновить код!
</small>
</div>
@endif

@if($participant->exists && $participant->hasReceiver())
<dl class="bg-body rounded shadow-sm p-4 py-4 d-flex flex-column gap-3">
Expand Down Expand Up @@ -165,7 +175,7 @@ class="form-control text-balance mb-3 p-4 {{ $errors->has('telegram') ? 'is-inva

@if($participant->hasReceiver())
<div class="mb-3">
<label for="tracking_number" class="form-label">Цифровой код</label>
<label for="tracking_number" class="form-label">Цифровой код заказа</label>
<input
class="form-control mb-3 p-4 {{ $errors->has('tracking_number') ? 'is-invalid' : '' }}"
name="tracking_number"
Expand Down

0 comments on commit 40393c6

Please sign in to comment.