@extends('layouts.layouts_dashboard') @section('title', 'Manajemen Bahan') @section('content')

Daftar Bahan

Tambah Bahan
@forelse ($bahan as $item) @empty @endforelse
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

Tidak ada data bahan

Silahkan tambahkan bahan baru atau ubah filter pencarian

@push('scripts') @endpush @endsection