Daftar Kategori ({{ $categories->total() }})
@forelse($categories as $cat)
{{ $cat->icon ?? '📦' }}
{{ $cat->name }}
{{ $cat->products_count }} produk
@if(!$cat->is_active)
Nonaktif
@endif
Urutan: {{ $cat->sort_order }}
@empty
Belum ada kategori
@endforelse
{{ $categories->links() }}