{{-- Features Grid Component --}} @php $features = $component['content']['features'] ?? []; // Debug logging if (empty($features)) { \Log::warning('Features Grid has no features', [ 'component_type' => $component['type'] ?? 'unknown', 'content_keys' => array_keys($component['content'] ?? []), 'full_content' => $component['content'] ?? [] ]); } @endphp @if(!empty($features))
{{ $feature['description'] }}
@endif