@php $content = getContent('blog.content', true); $blogs = getContent('blog.element', false, 3); @endphp

{{ __($content?->data_values?->heading ?? '') }}

{{ __($content?->data_values?->subheading ?? '') }}

@foreach ($blogs as $blog)
image {{ $blog?->created_at?->format('d M, Y') ?? '' }}

{{ __($blog?->data_values?->title ?? '') }}

@lang('Read More')
@endforeach