You've successfully registered for {{$name}}!
Below are the details of the workshop you've registered
Name: {{$name}}
Host: {{$host}}
{{--This is your registartion code, please show this to staff when checking in.
@php use SimpleSoftwareIO\QrCode\Facades\QrCode; // Generate QR code image and encode it as base64 $qrCode = QrCode::format('png')->size(400)->margin(3)->generate($qrCodeContent); @endphp