@php $showDownloads = $showDownloads ?? true; @endphp
{{-- QR display area with gradient background --}}
{{-- Spinner overlay --}}
{{-- Floating QR card --}}
{{-- Frame wrapper: adds padding + CTA for label/pill frames --}}
{{-- QR code area — SVG renderer only, no static fallback --}}
{{-- Scan me label --}}
{{-- Tap to scan pill --}}
{{-- Scanability score --}}
Scan quality
{{-- Download + Share buttons --}} @if($showDownloads && isset($qrCode)) @php $shareUrl = $qrCode->publicUrl(); $shareEnc = urlencode($shareUrl); $shareText = urlencode($qrCode->label . ' — scan my QR code'); @endphp

Download & Share

PNG SVG PDF {{-- Share button with popover --}}
@endif