@extends('backend.partials.master') @section('title') Products Import @endsection @section('maincontent')

Import Product

@csrf
@error('customer_id') {{ $message }} @enderror
@error('file') {{ $message }} @enderror
Cancel
Download Sample File

Instructions

Column Number Column Name Instructions
1 Product Name Name of the product(required)
2 SKU Keep blank it is auto generated or enter.(If you enter its should be unique).
3 Length Product Length(required)
4 Breadth Product Length(required)
5 Height Product Length(required)
6 Quantity (optional)
7 Unit Unit (required) (if not fount new unit with the given unit will be created)
8 Category Category (required) (if not fount new category with the given category will be created)
9 Warranty Duration Write in Numeric(optional)
10 Warranty Duration Type Years|Months|Days(optional)
11 Variation (optional)
12 Applicable Tax In Numeric value only(required)
13 Selling Price Tax Type inclusive|exclusive(required)
14 Purchase exclusive tax If Selling Price Tax Type is exclusive (required)
15 Purchase inclusive tax If Selling Price Tax Type is Inclusive(required)
@endsection