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

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

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

@foreach($enhancementContents as $key => $enhancementContent)
{{ __('Service image-'. $loop->iteration ) }}
@endforeach