@php $data = $section['data'] ?? []; $tone = $section['settings']['tone'] ?? 'info'; // info | warm | success @endphp @if(!empty($data['text']))
{{ $data['title'] ?? '' }} {{ $data['text'] }} @if(!empty($data['button_text'])) {{ $data['button_text'] }} @endif
@endif