composer require weiwait/dcat-smtp public function index(Content $content): Content
{
$tab = Tab::make();
$tab->add('SMTP', new \Weiwait\DcatSmtp\Forms\SmtpConfig());
return $content->title('配置')
->body($tab->withCard());
}

