diff --git a/app/Filament/Resources/PalletValidationResource/Pages/CreatePalletValidation.php b/app/Filament/Resources/PalletValidationResource/Pages/CreatePalletValidation.php index 71945ba..f8d8e8e 100644 --- a/app/Filament/Resources/PalletValidationResource/Pages/CreatePalletValidation.php +++ b/app/Filament/Resources/PalletValidationResource/Pages/CreatePalletValidation.php @@ -253,11 +253,11 @@ class CreatePalletValidation extends CreateRecord if ($record) { - Notification::make() - ->title("Scanned serial number '{$serialNumber}' successfully inserted into pallet table!
Scan the next new serial number to proceed...") - ->success() - ->duration(600) - ->send(); + // Notification::make() + // ->title("Scanned serial number '{$serialNumber}' successfully inserted into pallet table!
Scan the next new serial number to proceed...") + // ->success() + // ->duration(600) + // ->send(); $this->snoCount = PalletValidation::where('plant_id', $plantId) ->where('pallet_number', $palletNumber) @@ -683,11 +683,11 @@ class CreatePalletValidation extends CreateRecord if ($deleted) { - Notification::make() - ->title("Scanned serial number '$serialNumber' successfully removed from pallet table!
Scan the next exist serial number to remove...") - ->success() - ->duration(600) - ->send(); + // Notification::make() + // ->title("Scanned serial number '$serialNumber' successfully removed from pallet table!
Scan the next exist serial number to remove...") + // ->success() + // ->duration(600) + // ->send(); $this->snoCount = PalletValidation::where('plant_id', $plantId) ->where('pallet_number', $palletNumber)