@extends('layouts.app') @section('title', 'Products Import') @section('pages')
@include('layouts.partials.nav-menu')
Upload Product Packaging 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 Packaging Name (required):

Enter the full Product Packaging name (mandatory, unique).

2. Priority (required):

Enter the Priority (mandatory).

@endsection @section('js') @endsection