{{-- Hero Block --}} @props(['block']) @php $settings = $block->settings ?? []; $title = $settings['title'] ?? ''; $subtitle = $settings['subtitle'] ?? ''; $buttonText = $settings['button_text'] ?? ''; $buttonUrl = $settings['button_url'] ?? '#'; $backgroundImage = $settings['background_image'] ?? ''; $height = $settings['height'] ?? 'h-96'; @endphp
{{ $subtitle }}
@endif @if($buttonText) {{ $buttonText }} @endif