@extends('layouts.app') @section('title', 'Kategori Servis') @section('breadcrumb')
| # | Nama Kategori | Harga Min | Harga Max | Deskripsi | Digunakan | Aksi |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $cat->name }} | Rp {{ number_format($cat->min_price, 0, ',', '.') }} | Rp {{ number_format($cat->max_price, 0, ',', '.') }} | {{ Str::limit($cat->description, 60) ?? '-' }} | {{ $cat->service_details_count }} | |
| Tidak ada data | ||||||