subject(trans('Please validate your email address')) ->markdown('emails.notifications.validate-email', [ 'url' => route('settings.notifications.verification.store', [ 'notification' => $this->channel->id, 'uuid' => $this->channel->verification_token, ]), ]); } }