@include('qr-codes.partials.qr-preview-card', ['showDownloads' => false])
{{-- Right: Controls --}}
{{-- Content first --}}
Content
What should this QR code link to?
{{-- Custom link --}}
@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 --}}