@push('title') Create Product @endpush Add New Product @csrf {{-- SECTION 1: Basic Information --}} Basic Information Product Name * Product Code * Brand * Select Brand @foreach($brands as $brand) id ? 'selected' : '' }}>{{ $brand->name }} @endforeach Category * Select Category @foreach($categories as $category) id ? 'selected' : '' }}>{{ $category->name }} @endforeach Product Type * Select Product Type Single Variation Select Variation * Select Variation (e.g. Size, Color) @foreach($variations as $variation) id ? 'selected' : '' }}>{{ $variation->name }} @endforeach {{-- SECTION 4: Product Variations --}} Product Variations Variation Type Barcode Cost * Retail Price * Wholesale Price * Stock Alert Opening Stock * {{-- Dynamically populated --}} {{-- SECTION 2: Units --}} Units of Measure Base Unit * Select Base Unit @foreach($baseUnits as $baseUnit) id ? 'selected' : '' }}>{{ $baseUnit->name }} @endforeach Sale Unit * Select Sale Unit @foreach($units as $unit) id ? 'selected' : '' }}>{{ $unit->name }} @endforeach Purchase Unit * Select Purchase Unit @foreach($units as $unit) id ? 'selected' : '' }}>{{ $unit->name }} @endforeach {{-- SECTION 3: Stock & Sourcing --}} Stock & Sourcing Warehouse * Select Warehouse @foreach($warehouses as $warehouse) id ? 'selected' : '' }}>{{ $warehouse->name }} @endforeach Supplier * Select Supplier @foreach($suppliers as $supplier) id ? 'selected' : '' }}>{{ $supplier->name }} @endforeach Status * Select Status Pending Ordered Received Note (optional) {{ old('note') }} {{-- Actions --}} Cancel Save Product