@extends('layout.codeheader') @section('title','修改密码') @section('content')
修改密码
{{csrf_field()}}
@if(session('success')) @endif @if(session('error')) @endif @endsection