@foreach ($blogs as $blog) @php $url = route('blog.details', $blog->slug); @endphp
blog
{{ __($blog->data_values->title) }}
@endforeach