@php
$scwidget_company = get_widgets(81);
$af_data = json_decode($scwidget_company->additional_field_data);
@endphp
{!! $scwidget_company->content !!}
@foreach ($get_all_belowhouse as $house)
@endforeach
{!! $house->additional_field_1 !!}
{!! $house->additional_field_2!!}
@php
$scwidget_company = get_widgets(93);
$af_data = json_decode($scwidget_company->additional_field_data);
@endphp
Check Availability
Add dates to check availability
@php
$scwidget_company = get_widgets(94);
$af_data = json_decode($scwidget_company->additional_field_data);
@endphp
{!! $scwidget_company->content !!}
@php
$scwidget_company = get_widgets(95);
$af_data = json_decode($scwidget_company->additional_field_data);
@endphp
{!! $scwidget_company->heading !!}
{!! $scwidget_company->content !!}
{!! $scwidget_company->heading!!}
{!! $scwidget_company->content !!}
{{ $af_data->additional_field_2 }}
@foreach ($get_all_explores as $explore)
@endforeach
{{ $explore->heading }}
{!! $explore->excerpt !!}
Amenities
@php
$scwidget_company = get_widgets(99);
$af_data = json_decode($scwidget_company->additional_field_data);
@endphp
{!! $scwidget_company->content !!}
@forelse ($amenities as $amenityLoop)
@php
$panelId = 'amenityPanel-' . $amenityLoop->id;
$headingId = 'amenityHeading-' . $amenityLoop->id;
$isFirst = $loop->first;
@endphp
@empty
{{-- No active amenities --}}
@endforelse
@forelse ($amenityLoop->items as $item)
{{ $item->title }}
@empty
@endforelse
No items added yet.
House Photo Gallery
Frequently Asked Questions
@php $faq_count = 0; @endphp
@foreach($get_all_faqs as $faq)
@php
$show = $faq_count == 0 ? 'show' : '';
$collapsed = $faq_count == 0 ? '' : 'collapsed';
$expanded = $faq_count == 0 ? 'true' : 'false';
@endphp
@php $faq_count++; @endphp
@endforeach
{!! adjustUrl($faq->content) !!}