Create QR Code @php $modalId = 'service-topup-qr'; $openTopup = session('open_topup_modal') === 'qr'; $defaultStyle = \App\Support\Qr\QrStyleDefaults::merge(old('style')); @endphp
@if(session('error'))
{{ session('error') }}
@endif {{-- Mobile page header --}}
Create QR code
{{-- Desktop page header --}}
@csrf {{-- Left: Sticky preview (desktop only) --}} {{-- Right: Controls --}}
{{-- Content first --}}

Content

What should this QR code link to?

{{-- Custom link --}}
{{ \App\Models\QrCode::publicBaseUrl() }}/q/
@foreach($types as $key => $meta) @endforeach
@include('qr-codes.partials.type-fields-create')

Your QR always points to a Ladill short link. Change the destination any time without reprinting.

{{-- Customization --}} @include('qr-codes.partials.customization-fields', [ 'style' => $defaultStyle, 'moduleStyles' => $moduleStyles, 'cornerOuterStyles' => $cornerOuterStyles, 'cornerInnerStyles' => $cornerInnerStyles, 'frameStyles' => $frameStyles, ]) {{-- Desktop submit button --}}
{{-- Mobile sticky action bar --}}
{{-- Preview modal --}}
Preview