@csrf
@error('name')
{{ $message }}
@enderror
@php $canBeSold = old('can_be_sold', true); $canBePurchased = old('can_be_purchased', true); $trackInventory = old('track_inventory', true); $hasVariants = old('has_variants', false); $isFeatured = old('is_featured', false); $currentStatus = old('status', 'active'); @endphp {{-- Status Dropdown --}}
{{-- --}}
@error('sku')
{{ $message }}
@enderror
Optional model/part number for reference
@error('model_number')
{{ $message }}
@enderror
Press Enter to add tags
Pricing
β‚Ή
@error('purchase_price')
{{ $message }}
@enderror
β‚Ή
@error('sale_price')
{{ $message }}
@enderror
β‚Ή
%
Enter % to calculate sale price
β‚Ή Apply
Profit Amount: β‚Ή0.00
Margin: 0%
Taxes
Alternate Units
UnitCustom NameConversionPurchase β‚ΉSale β‚ΉBarcodeBuyFor Sale
Stock Settings
Alert when stock falls below
Product Images

Upload product images. The first image will be used as the primary listing image.

Click to browse or drag and drop images here

PNG, JPG, WEBP up to 5MB each β€’ Select multiple files at once

@if($hasVariants)
πŸ’‘
Variation-specific images

After saving, go to Edit Product β†’ Variations tab to upload images for specific variations (e.g., Red, Blue, Large).

@endif
Product Variations

Select which attributes and values to use for this product's variations. You can also add new values directly.

@if(isset($attributes)) @foreach($attributes as $attribute) @endforeach @endif