greeting('Hello ' . $notifiable->username . '!') ->line('You have been added as a subuser for the following server, allowing you certain control over the server.') ->line('Server Name: ' . $this->server->name) ->action('Visit Server', Console::getUrl(panel: 'server', tenant: $this->server)); } }