@if (session('error'))
{{ session('error') }}
@elseif (session('warning'))
{{ session('warning') }}
@elseif (session('success'))
{{ session('success') }}
@endif
Tambah Harga Pekerjaan
Daftar Harga Pekerjaan
| No | Barang | Servis | Harga | Aksi |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->item->name }} | {{ $item->service->name }} | {{ $item->getFormattedPrice() }} /KG | Ubah Harga |
| No | Barang | Servis | Harga | Aksi |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->item->name }} | {{ $item->service->name }} | {{ $item->getFormattedPrice() }} /PCS | Ubah Harga |
| No | Barang | Servis | Harga | Aksi |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->item->name }} | {{ $item->service->name }} | {{ $item->getFormattedPrice() }} /meter | Ubah Harga |
Daftar Tipe Service
| No | Nama Tipe Service | Biaya | Aksi |
|---|---|---|---|
| {{ $loop->iteration }} | {{ $serviceType->name }} | {{ $serviceType->getFormattedCost() }} | Ubah Harga |