{{-- In work, do what you enjoy. --}} @include('livewire.layouts.partials.breadcrumb')
@forelse($blogs as $blog)
article-img

{{date("j",strtotime($blog->published_at))}}{{date("M, Y",strtotime($blog->published_at))}}

By {{$blog->user->name}} - {{number_format($blog->views)}} Views

{{$blog->name}}

{{\Illuminate\Support\Str::limit(strip_tags($blog->description),100)}}
@empty

No Results found. Please check later

@endforelse
{{$blogs->links()}}