@extends('layouts.admin') @section('content')
{{-- Header --}}

Tambah Produk Baru

Lengkapi informasi produk di bawah ini.

{{-- Form --}}
@csrf {{-- Basic Info --}}

Informasi Dasar

@error('name')

{{ $message }}

@enderror
@error('sku')

{{ $message }}

@enderror
@error('categoryId')

{{ $message }}

@enderror
{{-- Image Upload --}}
{{-- Preview Area --}}
{{-- Image Preview --}}
{{-- Remove Button --}}
{{-- Upload Area --}}
@error('image')

{{ $message }}

@enderror
{{-- Pricing --}}

Harga & Stok

{{-- Left Column: Modal --}}
Rp

Masukkan harga modal barang dari supplier.

{{-- Right Column: Jual --}}
Rp
@error('sellPrice')

{{ $message }}

@enderror {{-- Profit Indicator --}}
Laba per Unit: -Rp
{{-- Calculator Tools (Middle Section) --}}
Kalkulator Margin
{{-- Markup Input --}}
%

Margin Markup

{{-- Profit Input --}}
%

Margin Laba

Hati-hati, harga jual lebih rendah dari modal. Anda mengalami kerugian.

{{-- Stok Awal --}}
@error('stock')

{{ $message }}

@enderror
@error('threshold')

{{ $message }}

@enderror

Peringatan stok menipis akan muncul saat stok ≤ nilai ini

{{-- Actions --}}
Batal
@endsection