@extends('layouts.app') @section('title', 'Products Import') @section('pages')
@include('layouts.partials.nav-menu')
Upload Products From Excel File
Download Sample File {{-- --}}
@csrf @method('post')


Note:

Duplicate records will not be saved.
If a record already exists, only that record will be skipped.

1. Product Name (required):

Enter the full Product name (mandatory, unique).

2. Primary Unit Name (required):

Enter the Primary Unit name (mandatory).

3. Short Name (optional):

Optionally, include a short name or code for the Product .

4. Product Code (optional):

Optionally, provide a Product code if applicable.

5. Batch (required):

Enter the Batch (mandatory, unique).

@endsection @section('js') @endsection