@include("common.header")
注册
@csrf @if($errors->any()) @foreach ($errors->all() as $error)
错误:{{ $error }}
@endforeach @endif
@include("common.footer")