Add New Product
@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
Please fix the following errors:
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
Product Name
Description
{{ old('description') }}
Category
Select Category
@foreach($categories as $category)
id ? 'selected' : '' }}>{{ $category->name }}
@endforeach
Price
Sale Price (optional)
Stock Quantity
SKU
Tags (comma separated)
Main Product Image
Click to upload main product image
Gallery Images (multiple)
Click to upload multiple gallery images
Active Product
Featured Product
Add Product