@php $content = getContent('facility.content', true)->data_values; $facilityElement = getContent('facility.element', false, 4, true); @endphp

{{ __(@$content->heading) }}

{{ __(@$content->subheading) }}

@forelse ($facilityElement as $facility)
{{ __(@$facility->data_values->title) }}

{{ __(@$facility->data_values->content) }}

@empty @include('Template::partials.empty', ['message' => 'Facilities not found!']) @endforelse