@extends('admin-layouts.master') @section('content')
{{--

{{$title}}

--}}
{{$title}}
@foreach ($ms_service_categories as $sc) @endforeach
No Nama Kategori Deskripsi Aksi
{{ $loop->iteration }} {{$sc->name ?? ''}} {{ $sc->description ?? '' }}
@csrf @method("DELETE")
@push('scripts') @endpush @endsection