{{ $t('blog.title') }}
{{ $t('blog.subtitle') }}
{{ $t('blog.all') }}
{{ cat.name }}
🔍
Loading...
📝
{{ article.category_name }}
{{ article.title }}
{{ getExcerpt(article) }}
{{ article.author_name }}
{{ formatDate(article.created_at) }}
{{ $t('blog.no_articles') }}
«
{{ p }}
»
{{ $t('blog.showing_results', { from: ((currentPage - 1) * perPage) + 1, to: Math.min(currentPage * perPage, total), total: total }) }}