@extends('admin.layout') @section('title', 'Service') @section('subtitle', 'Jenis jasa yang bisa dipilih mitra & customer') @section('content')
Semua @foreach ($categories as $category) {{ $category->name }} @endforeach
@if ($parentId)@endif
+ Tambah service
@csrf
@forelse ($services as $service) @empty @endforelse
Ikon Nama Kategori Slug Mitra Urutan
@if ($service->iconUrl()) Ikon {{ $service->name }} @else @endif {{ $service->name }} {{ $service->parent?->name ?? '—' }} {{ $service->slug }} {{ $service->mitra_profiles_count }} {{ $service->sort_order }}
Ubah
@csrf @method('PUT')
@csrf @method('DELETE')
Tidak ada service.
@endsection