@extends('dashboards.layouts.dash-layout') @section('title', 'Edit Data Bahan') @section('content') Ubah Bahan Bahan Ubah Bahan @if ($errors->any()) ERROR Terdapat masalah dengan input anda @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Silahkan Masukkan Data @csrf @method('PATCH') Kode Bahan Nama Bahan Harga Bahan Per Satuan Satuan Bahan @endsection