Blog posts {{ $total_blog_posts_count }} Total

@foreach ($blog_posts as $post) @endforeach
Title Author Date uploaded Status Action
image_path") }}" class="rounded-full object-cover object-center w-full h-full">
{{ $post->user->fullName() }} {{ $post->created_at }} @if ($post->is_published) Published @endif
{{ $blog_posts->onEachSide(3)->links('custom-pagination-links-view') }}
@push('modals') @livewire('modals.delete') @endpush