@if (count($blogs) > 0) @foreach($blogs as $blog) @php $category = App\Models\BlogCategory::find($blog->category); $blogdate = date('d-m-Y', strtotime($blog->posted_date)); @endphp @endforeach @else

Data not found

@endif
{{ $blogs->withQueryString()->links() }}