|
@php $print_qrcode = QrCode::encoding('UTF-8')->margin(0)->size(80)->generate($qr);
$code = $print_qrcode;
echo substr($code,38);
@endphp
{{$qrcode->humanReadableCode}} |
@php $counter = $counter+1; @endphp
@if($counter > $end) @break @endif
@endfor