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

{{$title}}

--}}
{{$title}}
@foreach ($ms_services as $s) @endforeach
No Nama Service Kategori Service Satuan Harga PPN Deskripsi Aksi
{{ $loop->iteration }} {{$s->name ?? ''}} {{ $s->serviceCategory->name ?? '' }} {{ $s->satuan }} Rp {{ number_format($s->harga ?? 0, 0, ',', '.') }} {{ $s->ppn }}% {{ Str::limit($s->description ?? '-', 50) }} {{-- --}}
@csrf @method("DELETE")
@push('scripts') @endpush @endsection