In this episode, we’re taking our CMS to the next level by building a dedicated category page and enhancing how our articles and categories interact. I’ll show you how to dynamically load and display all articles belonging to a specific category using Livewire pages and proper Eloquent relationships. Then, we’ll make our navigation seamless so you can jump between categories with clickable badges. After that, we’ll dive into improving the Filament resources by adding category filters, enabling you to easily sort and manage content in your dashboard. Finally, we’ll introduce article status enums for drafts and published posts — laying the groundwork for more advanced content management. By the end, your CMS will feel much more complete and polished.