@extends('template.layouts.template-base') @section('title', 'Add Product') @section('styles') @endsection @section('content')
@csrf

Product


%

Overall Product Discount

Size Variations

kg
kg
kg
{{-- Preview Area --}}

Product Order Rule

kg
kg
kg
kg

Product Details

@foreach ($tags as $tag) @endforeach
Max 5 tags

@error('description_en') {{ $message }} @enderror

Product Media

@error('thumbnail_image') {{ $message }} @enderror

@include('template.layouts.error-modal') @endsection @section('scripts') {{--same packsize --}} {{-- discount applied or not --}} {{-- dicount applied for always or specific date --}} {{-- final price and pack size selling price calculation --}} {{-- selling price should not greater than MRP --}} @endsection