@extends('layouts.admin') @section('title', 'Kelola Kategori Produk') @section('content')
Kelola kategori produk yang dijual perusahaan
| Kategori | Produk | Status | Urutan | Dibuat | Aksi |
|---|---|---|---|---|---|
|
@if($category->image)
{{ $category->name }}
{{ Str::limit($category->description, 50) }}
|
{{ $category->products_count }} produk
|
@if($category->is_active) Aktif @else Nonaktif @endif |
{{ $category->sort_order }}
|
{{ $category->created_at->format('d M Y') }} |