account_key }\n"; $content .= "Email: {$this->email}\n"; return (new SlackMessage()) ->success() ->from(ctrans('texts.notification_bot')) ->image('https://app.invoiceninja.com/favicon.png') ->content($content); } }