@php $section = $homepage_sections['bookings']; @endphp @if ($section)

{{ $section->heading }}

{{ $section->tagline }}

{{ $section->sub_heading_1 }}

{!! $section->sub_content_1 !!}
{{ $section->button_text_1 }}

{{ $section->sub_heading_2 }}

{!! $section->sub_content_2 !!}
{{ $section->button_text_1 }}

{{ $section->sub_heading_3 }}

{!! $section->sub_content_3 !!}
{{ $section->button_text_1 }}

{{ $section->sub_heading_4 }}

{!! $section->sub_content_4 !!}
{{ $section->button_text_1 }}
@endif