user = $o; } /** * Build the message. * * @return $this */ public function build() { $this->setup = Setup::findOrFail(config('app.id')); return $this ->markdown('mail.system.test_email') ->subject('Just a test...') ->with([ 'url'=>'https://localhost', ]); } }