@php $pageTitle = '登录 - '.$siteName; @endphp @include('partials.head') @include('partials.header')

登录

@csrf
@error('email')

{{ $message }}

@enderror

还没有账号?立即注册

@include('partials.footer')