@foreach ($blogs as $item)

{{ $item->card_title }}

  • {{ $item->created_at->format('F Y') }}
  • {{-- comments count --}}
  • {{ $item->comments_count + $item->replies_count }}
  • 35

{{ $item->card_text }}

@endforeach @include('front.layout.pagination', ['items' => $blogs])