@extends('admin.layout-content') @section('header') @endsection @section('content')
修改密码
{{ csrf_field() }} @include('share.layui-form-item', ['type' => 'input', 'input_type' => 'password', 'name' => 'old_password', 'label' => '原来密码', 'value' => '', 'placeholder' => '请输入原来密码']) @include('share.layui-form-item', ['type' => 'input', 'input_type' => 'password', 'name' => 'password', 'label' => '新的密码', 'value' => '', 'placeholder' => '请输入新密码']) @include('share.layui-form-item', ['type' => 'input', 'input_type' => 'password', 'name' => 'password_confirmation', 'label' => '确认密码', 'value' => ''])
@endsection @section('footer') @endsection