{{-- Blog category filter pills — static rendering, JS filtering is Epic 5 --}}
{{-- "All" pill — active by default --}} {{ __('blog.categories.all') }} @foreach(['innovation', 'technology', 'events', 'research', 'news'] as $categoryKey) {{ __("blog.categories.{$categoryKey}") }} @endforeach