@include('global.header-links')
@include('partials.sidebar')
@include('partials.header')
Add New Product
@csrf
Product Image
Set the product image. Only *.png, *.jpg and *.jpeg image files are accepted
{{--
Status
Published
Inactive
Set the product status.
--}}
Product Details
Categories
@foreach ($categories as $category)
{{$category->name}}
@endforeach
Add product to a category.
Create new category
General Information
Product Inventory
General Information
Product Name
A product name is required and recommended to be unique.
Description
Set a description to the product for better visibility.
Media
Drop files here or click to upload.
Upload up to 10 files
Set the product media gallery.
Variations
Add Product Attributes
@foreach ($variations as $item)
{{ucfirst($item->name)}}
@endforeach
Add another attribute
Save attribute
Pricing
Unit Price
Set the product unit price.
Selling Price
Set the product selling price.
Quantity
Set the product quantity.
Set Discount Percentage
0
%
Set a percentage discount to be applied on this product.
Fixed Discounted Price
Set the discounted product price. The product will be reduced at the determined fixed price
Save Product
@include('partials.footer')
@include('global.footer-links')