@php $fixedContent = \App\Services\FrontendService::getFrontendContent(\App\Enums\Frontend\SectionKey::BLOG, \App\Enums\Frontend\Content::FIXED); $enhancementContents = \App\Services\FrontendService::getFrontendContent(\App\Enums\Frontend\SectionKey::BLOG, \App\Enums\Frontend\Content::ENHANCEMENT, 4); @endphp

{{ getArrayValue($fixedContent?->meta, 'heading') }}

{{ getArrayValue($fixedContent?->meta, 'sub_heading') }}