@include('includes.head')
@include('includes.side-nav')
@include('includes.header')
Add New Product
Product
Back To List
@include('includes.messages')
@csrf
Product Name (English)
Category
Select Category
@foreach($Categories as $cat)
{{ $cat->name_en }}
@endforeach
Composition
Introduction
Benefits
Details
Brand Logo
Allowed file types: png, jpg, jpeg.
Image 1
Image 2
Image 3
Image 4
Reset
Submit
Please wait...
@include('includes.footer')
@include('includes.scripts')