@extends('theme::layout.account') @section('seo_title')设置新密码@endsection @section('content')

{{ Setting()->get('register_title','欢迎加入Tipask问答社区') }}

设置新密码

@if ($errors->first('password')) {{ $errors->first('password') }} @endif
@if ($errors->first('captcha')) {{ $errors->first('captcha') }} @endif
@endsection