@if (ContentManager::hasAnyBlocks('Showcase Shapes: text'))
{!! ContentManager::contentBlocks('Showcase Shapes: overlay') !!}

{!! ContentManager::contentBlocks('Showcase Shapes: tag') !!}

{!! ContentManager::contentBlocks('Showcase Shapes: text') !!}

@php $images = [1,35,45,50,48]; $images = array_map(fn($i) => "/assets/images/outlined-shapes/qrcode-outlined-shape-$i.jpeg", $images); @endphp @foreach ($images as $image)
QR Code with gradient
@endforeach
@endif