I have a form for uploading Excel, But While uploading Excel to the system it's showing Error like this
Undefined array key "Sheet 1"
The package is used upload excel is laravel Maatwebsite\Excel\Facades\Excel;
Excel::import(new NewProducts($import->id), $path)->chain([
new AfterImport($import->id)
]);