Tables\Actions\Action::make('product_updated')
->icon('heroicon-m-arrow-path')
->requiresConfirmation()
->action(function () use ($job) {
Notification::make('product_rate_update_with_locale')
->title('Success')
->success()
->send();
}),
Tables\Actions\Action::make('product_updated')
->icon('heroicon-m-arrow-path')
->requiresConfirmation()
->action(function () use ($job) {
Notification::make('product_rate_update_with_locale')
->title('Success')
->success()
->send();
}),