@extends('admin.layout') @section('title', 'Tambah Produk') @section('content')

Tambah Produk Baru

@if($errors->any())
{{ $errors->first() }}
@endif
@csrf
atau upload gambar:

Pengendalian Stok (Min-Max)

Stok per Ukuran

@foreach(['S','M','L','XL','XXL'] as $s)
@endforeach
Batal
@endsection