@foreach ($data['section'] ?? [] as $section) @if ($section['type'] == 'banner') @endif @if ($section['type'] == 'break_text')

{{ $section['title'] }}

@endif @if ($section['type'] == 'paragraph')
{!! $section['description'] !!}
@endif @if ($section['type'] == 'paragraph_text_left')

{{ $section['title'] }}

{!! $section['description'] !!}

@endif @if ($section['type'] == 'paragraph_text_right')

{{ $section['title'] }}

{!! $section['description'] !!}

@endif @endforeach @if (!empty($data['event_page'])) @include('landingpage.page.event') @endif @if (!empty($data['gallery_page'])) @include('landingpage.page.gallery') @endif @if (!empty($data['experience_page'])) @include('landingpage.page.experience') @endif @if (!empty($data['askquestion_page'])) @include('landingpage.page.askquestion') @endif @if (!empty($data['page_contact'])) @include('landingpage.page.contact') @endif @if (!empty($data['page_partners'])) @include('landingpage.page.partners') @endif @if (!empty($data['page_rundown'])) @include('landingpage.page.rundown') @endif @if (!empty($data['page_blogs'])) @include('landingpage.page.blogs') @endif @if (!empty($data['page_blog'])) @include('landingpage.page.blog') @endif @if (!empty($data['page_tenant'])) @include('landingpage.page.tenant') @endif @if (!empty($data['page_deadstock'])) @include('landingpage.page.deadstock') @endif