@php $section = get_bookings_section(); @endphp @if ($section)

{{ $section->heading }}

{{ $section->tagline }}

{{ $section->sub_heading_1 }}

{!! $section->sub_content_1 !!}
Read More

{{ $section->sub_heading_2 }}

{!! $section->sub_content_2 !!}
Read More

{{ $section->sub_heading_3 }}

{!! $section->sub_content_3 !!}
Read More

{{ $section->sub_heading_4 }}

{!! $section->sub_content_4 !!}
Read More
@endif