@extends('layouts.app') @section('content')

Edit Produk

Memperbarui: {{ $product->productGroup ? $product->productGroup->name : $product->name }}

@csrf @method('PUT') {{-- Hidden Input for has_variants --}} {{-- Hidden Input for deleted variant IDs --}}
{{-- Kolom Kiri - Gambar & Tipe Produk --}}

Untuk produk jasa seperti Desain, Jilid, dll.

Untuk produk cetak dengan ukuran custom (Spanduk, Banner).

Mode Varian Aktif
{{-- Variant Toggle for Standard --}}
Opsi Varian

Klik untuk menambah variasi warna/ukuran.

{{-- Config khusus Service/Custom --}}

*Harga × P × L

Preview

Klik untuk ganti

@error('image')

{{ $message }}

@enderror
{{-- Kolom Kanan - Detail Produk --}}

Informasi Utama

{{-- Nama Produk (Parent) --}}
@error('name')

{{ $message }}

@enderror
{{-- Kategori --}}
@error('category_id')

{{ $message }}

@enderror
{{-- Deskripsi --}}
{{-- Logic for Single Product --}}

Detail Produk Satuan

{{-- Barcode --}}
@error('barcode')

{{ $message }}

@enderror
Rp
Rp

Harga Grosir Bertingkat

Atur harga otomatis per item saat qty di POS mencapai batas tertentu.

Stok akan bertambah/berkurang sesuai transaksi.

{{-- Logic for Variant Product --}}

Daftar Varian (Edit Massal)

Nama Varian Harga Beli Harga Jual Jml Stok Min Stok Aksi
Batal
@endsection @push('scripts') @endpush