@php $fixedContent = \App\Services\FrontendService::getFrontendContent(\App\Enums\Frontend\SectionKey::ABOUT, \App\Enums\Frontend\Content::FIXED); $enhancementContents = \App\Services\FrontendService::getFrontendContent(\App\Enums\Frontend\SectionKey::ABOUT, \App\Enums\Frontend\Content::ENHANCEMENT); @endphp
{{ getArrayValue($fixedContent?->meta, 'sub_heading') }}
{{ getArrayValue($fixedContent?->meta, 'first_item_title') }}
{{ getArrayValue($fixedContent?->meta, 'second_item_title') }}
{{ getArrayValue($fixedContent?->meta, 'third_item_title') }}