@extends('layouts.app') @section('title', 'Kategori Servis') @section('breadcrumb') @endsection @section('content')
Reset
@forelse($categories as $cat) @empty @endforelse
# 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 }}
@csrf @method('DELETE')
Tidak ada data
@endsection