{{-- Flash Messages --}} @if (session()->has('message'))
{{ session('message') }}
@endif @if (session()->has('error'))
{{ session('error') }}
@endif {{-- Header --}}

Kategori Produk

Kelola pengelompokan barang untuk POS & Laporan.

{{-- Stats Cards --}}

Total Kategori

{{ $stats['total'] }} Kategori

Status Aktif

{{ $stats['active'] }} Aktif

Top Kategori

{{ $stats['top_category'] }} ({{ $stats['top_percentage'] }}%)

{{-- Search --}}
{{-- Table --}}
@forelse($categories as $category) @empty @endforelse
Nama Kategori Slug / Kode Total Produk Status Aksi
{{ $category->icon ?: '📦' }}
{{ $category->name }}
@if($category->description)

{{ $category->description }}

@endif
/{{ $category->slug }} {{ $category->products_count }} Item

Belum ada kategori

Tambahkan kategori untuk mengelompokkan produk

{{-- Pagination --}} @if($categories->hasPages())
{{ $categories->links() }}
@endif
{{-- Modal --}} @if($showModal)
{{-- Overlay --}}
{{-- Modal --}}

{{ $isEditing ? 'Edit Kategori' : 'Tambah Kategori Baru' }}

@error('name')

{{ $message }}

@enderror

Kosongkan untuk generate otomatis

Salin emoji dari keyboard: 🍜 🥤 ✏️ 👕 📱

@endif