- Your prompt is: {{ $prompt ?: 'No prompt set yet.' }}
-
+
+ Your prompt is...
+
+
+
+ "{{ $prompt ?: 'No prompt set yet.' }}"
+
+
+
+
+ this is what others will draw for you!
+
+ @if($participant->giving_id)
+ You are giving to...
+ @if($receiverUserData)
+
+
+

+
+
+
@{{ $receiverUserData['data']['username'] ?? 'Unknown' }}
+
+
+ @endif
+
want to roll for a different person e.g. you blocked this person? you can dm @username
+
Their prompt is...
+
+ {{$receiverPrompt}} Nothing yet, probably!
+
+
+
Are you done?
+
You will be able to link to your gift below once submissions are accepted on 22nd December.
+
submissions will be accepted up until 10th of january
- @if($participant->giving_id)
- You are giving to
{{ $participant->giving_id }}
- @if($receiverUserData)
-

-
{{ $receiverUserData['data']['username'] ?? 'Unknown' }}
- @endif
- Their prompt is... {{$receiverPrompt}}
+ {{-- @if($isEditingSubmission)--}}
+{{--
--}}
+{{-- @else--}}
+{{--
--}}
+{{--
--}}
+{{-- Your submission URL is: {{ $submissionUrl ?: 'No submission sent yet.' }}--}}
+{{--
--}}
-
-
+{{--
--}}
+{{--
--}}
+{{-- @endif--}}
+{{-- @if($submissionData)--}}
+{{--
Your submission:
--}}
+{{--
--}}
+{{-- @endif--}}
+ @elseif($participant->desperate)
+
You're in a bind!
@else
-
-
- Your submission URL is: {{ $submissionUrl ?: 'No submission sent yet.' }}
-
-
-
-
+
You haven't been assigned anyone.
@endif
-
- @if($submissionData)
-
Your submission:
-
- @endif
- @elseif($participant->desperate)
-
You're in a bind!
- @else
-
You haven't been assigned anyone.
- @endif
-
+