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