@foreach($blogs as $blog)
{{$blog->category}}
{{$blog->name}}
{{ $blog->updated_at->format('M d, Y') }}
{{$blog->time}} mins read
@endforeach