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

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

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

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

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

@endforeach