{!hideHeader && (
OUR BLOGS
Latest Blogs Post
)}
{isSlider ? (
{currentBlogs.map((blog) => (
{blog.category}
By Admin
{blog.date}
{blog.title}
))}
) : (
{currentBlogs.map((blog) => (
{blog.category}
By Admin
{blog.date}
{blog.title}
))}
{currentBlogs.length === 0 && (
No blogs found matching your criteria.
)}
)}
{isPaginated && totalPages > 1 && (
{renderPageNumbers()}
)}