{{-- ===== PROMO CARDS ===== --}} @php $c = $content ?? collect(); $cardsJson = $c->has('cards') ? $c->get('cards')->content_value : null; $cards = $cardsJson ? json_decode($cardsJson, true) : []; @endphp @if(count($cards))
@endif