@extends('template.app') @section('title', 'Tambah Produk') @section('css') @endsection @section('breadcrumb') @endsection @section('content')
Tambah Produk Baru
@csrf
Informasi Produk
@foreach($units as $unit) @endforeach
@foreach($brands as $brand) @endforeach
@foreach($categories->where('parent_id', null) as $parentCategory) @foreach($parentCategory->children as $childCategory) @endforeach @endforeach
@foreach($stores as $store) @endforeach
Detail Produk
Harga Beli Harga Jual Stok Berat (kg) SKU Barcode Gambar
Rp
Rp
Kembali
@endsection @section('js') @endsection