{{ $content['title'] }}
@endif @if(isset($content['content'])){!! nl2br(e($content['content'])) !!}
@endif
@props(['page']) @php $sections = $page->sections; @endphp @if($sections->isEmpty())
No content available.
@else @foreach($sections as $section) @php $content = $section->content ?? []; $sectionName = $section->section_name; @endphp @switch($sectionName) @case('hero'){{ $content['subtitle'] }}
@endif @if(isset($content['button_text'])) {{ $content['button_text'] }} @endif{{ $content["feature_{$i}_description"] ?? '' }}
{{ $content['content'] }}
@endif{{ $content['subtitle'] }}
@endif @if(isset($content['button_text'])) {{ $content['button_text'] }} @endifEmail: {{ $content['email'] }}
@endif @if(isset($content['phone']))Phone: {{ $content['phone'] }}
@endif @if(isset($content['address']))Address: {{ $content['address'] }}
@endif{{ json_encode($content, JSON_PRETTY_PRINT) }}