@extends('admin.layout') @section('title', 'Kategori') @section('subtitle', 'Kelompok utama jasa (Service, Layanan, Sewa, …)') @section('content')
+ Tambah kategori
@csrf
@forelse ($categories as $category) @empty @endforelse
Nama Slug Jumlah service Urutan
{{ $category->name }} {{ $category->slug }} {{ $category->children_count }} service › {{ $category->sort_order }}
Ubah
@csrf @method('PUT')
@csrf @method('DELETE')
Belum ada kategori.
@endsection