@foreach ($blogs as $blog)
{{ showDateTime($blog->created_at, 'd M Y') }}
{{ strLimit(__($blog?->data_values?->title ?? ''), 60) }}
@endforeach