@php $url = $wo->trackingUrl(); $qrSvg = (new \chillerlan\QRCode\QRCode(new \chillerlan\QRCode\QROptions([ 'outputType' => \chillerlan\QRCode\QRCode::OUTPUT_MARKUP_SVG, 'eccLevel' => \chillerlan\QRCode\QRCode::ECC_M, 'scale' => 8, 'imageBase64' => false, 'addQuietzone' => true, ])))->render($url); @endphp

Trimite acest link clientului — vede statusul fișei, ETA și fotografiile fără să se logheze.

{!! $qrSvg !!}
Descarcă QR (SVG)