@php $id = 'marquee-' . uniqid(); $bgColor = $content['bg_color'] ?? '#fcf9f4'; $textColor = $content['text_color'] ?? '#795900'; $fontSize = $content['font_size'] ?? '2.25rem'; $fontFamily = $content['font_family'] ?? "'Playfair Display', serif"; $duration = $content['duration'] ?? 15; if (!is_numeric($duration) || $duration <= 0) { $duration = 15; } @endphp
{!! $content['text'] ?? '' !!}