@php $fontSize = $content['font_size'] ?? '1rem'; $fontFamily = $content['font_family'] ?? "'Public Sans', sans-serif"; $textColor = $content['text_color'] ?? '#201b12'; $blockId = 'text-block-' . uniqid(); @endphp @if(!empty($content['title'])) {{ $content['title'] }} @endif {!! $content['body'] ?? '' !!}