@extends('layouts.app') @section('title','Master Harga Bahan') @section('breadcrumb')EstimasiHarga Bahan@endsection @section('content')

Master Harga Bahan

Kelola harga kertas, tinta, dan bahan finishing untuk kalkulasi HPP

@foreach($bahanList as $b) @endforeach
KodeNama BahanKategoriGramaturHarga/KgHarga/RimSatuanTgl BerlakuAktifAksi
{{ $b->kode }} {{ $b->nama }} {{ ucfirst($b->kategori) }} {{ $b->gramatur?$b->gramatur.' gsm':'-' }} Rp {{ number_format($b->harga_per_kg,0,',','.') }} {{ $b->harga_per_rim?'Rp '.number_format($b->harga_per_rim,0,',','.'):'—' }} {{ $b->satuan }} {{ $b->tgl_berlaku?->format('d/m/Y') }} {{ $b->aktif?'Aktif':'Nonaktif' }}
@csrf @method('DELETE')
{{-- Modal Tambah --}} @endsection @push('scripts')@endpush