$this->site->domain, ]); } public function toEmail(object $notifiable): MailMessage { return (new MailMessage) ->subject(__('Site installation succeed!')) ->line('Your site\'s ['.$this->site->domain.'] installation has been installed.') ->line('Check your site') ->action('View Site', url('/servers/'.$this->site->server_id.'/sites/'.$this->site->id)); } }