routeNotificationFor("slack", $notification); return Http::withToken(config("services.slack.client_token")) ->post($url, [ "channel" => $channel, "text" => $notification->toSlack($notifiable), ]); } }