@include('Global.dashboardheaderlinks')
@include('partials.sidebar')
@include('partials.header')

Products

{{--
Filter
Create
--}}
@if(session()->has('message'))
{{ session()->get('message') }}
@elseif(session()->has('error'))
{{ session()->get('error') }}
@endif
@csrf

Product Image

Set the product image. Only *.png, *.jpg and *.jpeg image files are accepted

Status

Set the product status.

Product Details

Add product to a category.

General

A product name is required and recommended to be unique.
Set a description to the product for better visibility.
{{--
Set a description to the product for better visibility.
--}}

Upload 4K Product Image

Set the product image. Only *.png, *.jpg and *.jpeg image files are accepted

Inventory

Enter the product SKU.

Variations

Pricing

Set the product unit price.
Set the product sale price.
Set the product quantity.
0 %
Set a percentage discount to be applied on this product.
Set the discounted product price. The product will be reduced at the determined fixed price
@include('partials.footer')
@include('Global.dashboardfooterlinks')