toSlack(); $slackSettings = $notifiable->slackNotificationSettings; if (! $slackSettings || ! $slackSettings->isEnabled() || ! $slackSettings->slack_webhook_url) { return; } SendMessageToSlackJob::dispatch($message, $slackSettings->slack_webhook_url); } }