1
0
forked from poc/pds

Added qr code logic for badge

This commit is contained in:
dhanabalan
2026-05-27 15:03:01 +05:30
parent 583c5ffe59
commit 3622bbde00

View File

@@ -209,6 +209,11 @@
<div class="no-photo">No Photo</div>
@endif
<div class="host-sign">Host Sign</div>
<div class="visitor-qr" style="margin-top:2mm;">
{!! QrCode::size(25)
->margin(0)
->generate($visitor->id) !!}
</div>
</div>
</div>