Badge template

Configure fields shown on printed visitor badges.

@csrf @method('PUT')

Layout

@foreach ([ 'show_photo' => 'Visitor photo', 'show_qr' => 'QR code', 'show_host' => 'Host name', 'show_company' => 'Company', 'show_type' => 'Visitor type', ] as $key => $label) @endforeach
@if ($canManage) @endif
@if ($sampleVisit)

Live preview

@endif