@extends('layouts.layouts_dashboard') @section('title', 'Manajemen Bahan') @section('content')
Nama Bahan | HPP | Satuan | Stok | Harga Grosir | Actions |
---|---|---|---|---|---|
{{ $item->nama_bahan }} | Rp {{ number_format($item->hpp, 0, ',', '.') }} | {{ $item->satuan }} | {!! $item->stock_status_label !!} | @if ($item->wholesalePrices->count() > 0) {{ $item->wholesalePrices->count() }} tier harga @else Tidak ada @endif | |