@extends('frontend.default.layouts.app') @php $postCount = $posts->total(); @endphp @section('meta_title', $category->title.' - '.getSetting('web_name', config('app.name'))) @section('meta_description', 'Arsip artikel kategori '.$category->title) @section('breadcrumbs')
@endsection @section('content')Menampilkan {{ $postCount }} artikel dalam kategori {{ $category->title }}.