@php $bgColor = $shortcode->bg_color ?: '#5a5a5a'; $btnColor = $shortcode->button_color ?: '#b8cc1a'; @endphp {{-- Left Content --}} @if($shortcode->badge_text) {{ $shortcode->badge_text }} @endif @if($shortcode->title) {!! nl2br(e($shortcode->title)) !!} @endif @if($shortcode->button_text) {{ $shortcode->button_text }} @endif {{-- Right Image --}} @if($shortcode->banner_image) @endif {{-- Stats Row --}} @if(!empty($tabs) && count($tabs)) @foreach($tabs as $stat) {{ $stat['value'] ?? '' }} {{ $stat['label'] ?? '' }} @if(!empty($stat['icon'])) @endif @endforeach @endif