option('message'); $this->info("Command :: Broadcasting preview site built notification: {$message}"); PreviewSiteBuilt::dispatch($message, 'success'); $this->info('Notification broadcasted successfully!'); $this->info('Check your Filament admin panel for the toast notification.'); } }