@extends('layouts.layouts_dashboard') @section('title', 'Tambah Bahan') @section('content')
@if ($errors->any())

Error!

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Tambah Bahan Baru

@error('nama_bahan')
{{ $message }}
@enderror
@error('satuan')
{{ $message }}
@enderror
Rp
@error('hpp')
{{ $message }}
@enderror
@error('stok')
{{ $message }}
@enderror

Harga Grosir (Opsional)

Tambahkan tier harga grosir untuk pembelian dalam jumlah banyak

@push('scripts') @endpush @endsection