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

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

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

@foreach($enhancementContents as $key => $enhancementContent)
{{ __('thumb Image') }}
{{ showDateTime($enhancementContent->created_at, 'd') }}

{{ showDateTime($enhancementContent->created_at, 'M') }}

@endforeach