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

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

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

{{ __('market-analysis') }}
@foreach($enhancementContents as $key => $enhancementContent)
@php echo getArrayValue($enhancementContent->meta, 'icon') @endphp
{{ __(getArrayValue($enhancementContent->meta, 'title')) }}

{{ __(getArrayValue($enhancementContent->meta, 'details')) }}

@endforeach