@php $c = $qrCode->content(); $evColor = $c['brand_color'] ?? '#4f46e5'; $evName = $c['name'] ?? $qrCode->label; $isContribution = ($c['mode'] ?? 'ticketing') === 'contributions'; $badgeUrl = 'https://api.qrserver.com/v1/create-qr-code/?size=220x220&data=' . urlencode($registration->badge_code); @endphp
{{ $evName }}
Hi {{ $registration->attendee_name }}, your contribution has been received.
{{ $registration->tier_name }}
{{ $registration->currency }} {{ number_format($registration->amountCedis(), 2) }}
Reference
{{ $registration->badge_code }}
A receipt was sent to {{ $registration->attendee_email }}.
@elseHi {{ $registration->attendee_name }}, your spot is confirmed.
Badge code
{{ $registration->badge_code }}
Show this badge code at check-in. A confirmation was sent to {{ $registration->attendee_email }}.
@endif