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

Daftar Harga

@foreach ($kiloan as $k) @endforeach
No Barang Servis Harga
{{ $loop->iteration }} {{ $k->item->name }} {{ $k->service->name }} {{ $k->getFormattedPrice() }}
@foreach ($satuan as $s) @endforeach
No Barang Servis Harga
{{ $loop->iteration }} {{ $s->item->name }} {{ $s->service->name }} {{ $s->getFormattedPrice() }}
Daftar Tipe Service
@foreach ($serviceTypes as $item) @endforeach
No Nama Tipe Service Biaya
{{ $loop->iteration }} {{ $item->name }} {{ $item->getFormattedCost() }}
@endsection @section('scripts') @endsection