@props(['value' => '', 'size' => 'md', 'label' => '']) @php $sizeMap = [ 'sm' => 'h-24 w-24', 'md' => 'h-32 w-32', 'lg' => 'h-48 w-48', ]; $sizeClass = $sizeMap[$size] ?? $sizeMap['md']; @endphp
{{-- Placeholder QR pattern --}}
@for($i = 0; $i < 25; $i++)
@endfor
@if($label)

{{ $label }}

@endif