@if (! empty($cta['show']))
@if (! empty($cta['title']))

{{ $cta['title'] }}

@endif
@if (! empty($cta['btn1']['label'])) {{ $cta['btn1']['label'] }} @endif @php $btn2Url = $cta['btn2']['url'] ?: ($phoneRaw ? 'tel:' . $phoneRaw : ''); @endphp @if (! empty($cta['btn2']['label']) && $btn2Url) {{ $cta['btn2']['label'] }} @endif
@endif