diff --git a/resources/views/santa/game.blade.php b/resources/views/santa/game.blade.php index 2fa08b00..a321d5ce 100644 --- a/resources/views/santa/game.blade.php +++ b/resources/views/santa/game.blade.php @@ -31,6 +31,16 @@ class="position-absolute top-0 end-0 m-4 btn btn-link link-secondary text-decora @endif + @if($participant->exists && !empty($participant->santa?->tracking_number)) + + @endif @if($participant->exists && $participant->hasReceiver())
@@ -165,7 +175,7 @@ class="form-control text-balance mb-3 p-4 {{ $errors->has('telegram') ? 'is-inva @if($participant->hasReceiver())
- +