找回密码

{{ csrf_field() }} @if (session('status'))
{{ session('status') }}
@endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
Or