error() ->greeting('Hello ' . $notifiable->username . '.') ->line('You have been removed as a subuser for the following server.') ->line('Server Name: ' . $this->server->name) ->action('Visit Panel', config('app.url')); } }