@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, 'heading') }}

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

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

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

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

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

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

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

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

{{ __('First-Image') }} {{ __('Second Image') }} {{ __('Vector Image') }}