@include('message')
{{ csrf_field() }}
*
管理员
:
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
*
密码
:
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
*
验证码
:
@if ($errors->has('captcha')) {{ $errors->first('captcha') }} @endif