@include('includes.head')
@include('includes.side-nav')
@include('includes.header')
Edit Product
Product
Back To List
@include('includes.messages')
@csrf
Product Name (English)
Category
Select Category
@foreach($Categories as $cat)
cat_id) == $cat->id ? 'selected' : '' }}> {{ $cat->name_en }}
@endforeach
Composition
{{ old('composition', $product->composition) }}
Introduction
{{ old('introduction', $product->introduction) }}
Benefits
{{ old('benefits', $product->benefits) }}
Details
{{ old('details', $product->details) }}
Brand Logo
Allowed file types: png, jpg, jpeg.
@if($product->brand_logo)
@else
@endif
Image 1
@if($product->img_1)
@else
@endif
Image 2
@if($product->img_2)
@else
@endif
Image 3
@if($product->img_3)
@else
@endif
Image 4
@if($product->img_4)
@else
@endif
Reset
Update
Please wait...
@include('includes.footer')
@include('includes.scripts')