@php $content = getContent('why_choose.content', true)->data_values; $whyChooseElement = getContent('why_choose.element', false, 8, true); @endphp

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

{{ @$content->subheading }}

@if (!blank($whyChooseElement))
@foreach ($whyChooseElement as $item)
{{ __(@$item->data_values->title) }}

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

@endforeach
@else
empty
@lang('Choose us data not found')
@endif