@extends('layouts.app') @section('title', 'Kategori') @section('page-title', 'Kategori') @section('content')
| # | Nama | Tipe | ||
|---|---|---|---|---|
| {{ $categories->firstItem() + $i }} | {{ $category->name }} | {{ $category->type === 'produk' ? 'Produk' : 'Layanan' }} | ||
| {{ request('q') ? 'Tidak ada kategori yang cocok.' : 'Belum ada data kategori.' }} | ||||