@extends('layouts.app') @section('title', $title) @section('subtitle', $subtitle) @push('css') @endpush @section('content')
| No | Nama Kategori Produk | Deskripsi | Action |
|---|---|---|---|
| {{ $loop->iteration }} | {{ $p->name }} | {{ $p->description ?: 'No Data' }} | Show @can('category-edit') Edit @endcan @can('category-delete') @endcan |