Badge printing

Badge printing

Select attendees and print badges or download ZPL for label printers.

@if($events->isEmpty())

{{ $search ? 'No events match your search.' : 'No events yet.' }}

@unless($search) Create your first event @endunless
@else
@foreach($events as $event) @php $content = $event->content(); $isContribution = ($content['mode'] ?? 'ticketing') === 'contributions'; @endphp @if($isContribution) @continue @endif

{{ $content['name'] ?? $event->label }}

Badge size: {{ strtoupper($content['badge_size'] ?? '4x3') }}

@endforeach
@endif