@extends('admin.template.main') @section('css') @endsection @section('main-content')

Daftar Harga

@if (session('error')) @elseif (session('warning')) @elseif (session('success')) @endif
Tambah Harga Pekerjaan
@csrf
Daftar Harga Pekerjaan
@foreach ($kiloan as $item) @endforeach
No Barang Servis Harga Aksi
{{ $loop->iteration }} {{ $item->item->name }} {{ $item->service->name }} {{ $item->getFormattedPrice() }} /KG Ubah Harga
@foreach ($satuan as $item) @endforeach
No Barang Servis Harga Aksi
{{ $loop->iteration }} {{ $item->item->name }} {{ $item->service->name }} {{ $item->getFormattedPrice() }} /PCS Ubah Harga
@foreach ($meteran as $item) @endforeach
No Barang Servis Harga Aksi
{{ $loop->iteration }} {{ $item->item->name }} {{ $item->service->name }} {{ $item->getFormattedPrice() }} /meter Ubah Harga
Daftar Tipe Service
@foreach ($serviceTypes as $serviceType) @endforeach
No Nama Tipe Service Biaya Aksi
{{ $loop->iteration }} {{ $serviceType->name }} {{ $serviceType->getFormattedCost() }} Ubah Harga
@endsection @section('modals') @endsection @section('scripts') @endsection