@extends('layouts.admin-panel') @section('title', 'Daftar Kategori') @section('header', 'Kategori Produk') @section('subheader', 'Kelola pengelompokan produk Anda.') @section('actions') Tambah Kategori @endsection @section('content')
| Kategori | Deskripsi | Aksi |
|---|---|---|
|
@if($category->image)
{{ $category->name }}
|
{{ $category->description ?? '-' }} |
|
|
Belum ada kategori. + Tambah Kategori Pertama |
||