validate(); $data = ["text" => $validated['quote']]; $response = Http::post(env('SLACK_WEBHOOK_URL'), $data); $this->quote = ''; } }; ?>