@extends('admin.layout') @section('header') @endsection @section('content')
修改密码
{!! csrf_field() !!}
@if ($errors->has('old_passwprd')) {{ $errors->first('old_passwprd') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
@endsection