@extends('layouts.app') @section('title', 'Edit Produk') @section('content-class', 'form-page') @section('hide-header', true) @section('content')
Edit Produk
Perubahan harga dan kategori akan langsung memengaruhi pencarian, laporan, dan proses transaksi kasir.
Edit Produk — {{ $produk->nama }}
@csrf @method('PUT')
@error('nama')

{{ $message }}

@enderror

Ubah via menu Stok

@if($produk->gambar)
@endif
Simpan setelah cek ulang harga dan kategori. Kode produk ({{ $produk->kode_produk }}) tidak berubah.
Batal
@endsection