@extends('home.frame') @section('title', '忘记密码') @section('style') @stop @section('banner') @stop @section('content')
{{ csrf_field() }}
*
@if ($errors->has('name')) {{ $errors->first('name') }} @endif  
*
 
*
@if ($errors->has('captcha')) {{ $errors->first('captcha') }} @endif  
*
@if ($errors->has('password')) {{ $errors->first('password') }} @endif  
*
 
@stop @section('javascript') @stop