@lang(@$blog['single']['title']) @lang(@$blog['single']['sub_title'])

@lang(@$blog['single']['short_title'])

@forelse($blog['multiple'] as $key => $item)
{{ $item->created_at->format('d') }} {{ $item->created_at->format('M') }}
{{Str::limit(strip_tags(optional($item->details)->description),40)}}
@lang('Read More')
@empty
Image Description

@lang("No blogs available to display.")

@endforelse
@if (request()->is('blogs'))
@endif