@php $enhancementContents = \App\Services\FrontendService::getFrontendContent(\App\Enums\Frontend\SectionKey::PROCESS, \App\Enums\Frontend\Content::ENHANCEMENT); @endphp
@foreach($enhancementContents as $key => $enhancementContent)
{{ $loop->iteration }}
@php echo getArrayValue($enhancementContent->meta, 'icon') @endphp

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

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

@endforeach