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