@php $dateFormate= customDateFormate($blog->created_at, $format = 'd') ; $dateFormate2 =customDateFormate($blog->created_at, $format = 'M') ; $countBlogComment =CountBlogComment($blog->id) ?? []; @endphp @extends('front.layouts.master') @section('title', $tagName->name) @section('content')
@if ($blogs->count()>0) @foreach($blogs as $blog) @endforeach
{{ $blogs->links('front.vendor.pagination.custom') }}
@else @include('front.pages.not-found') @endif
@endsection