@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') USERS user {{ csrf_field() }} {{method_field('PUT')}} Password @if ($errors->has('password')) {{ $errors->first('password') }} @endif Confirm Password Edit user @endsection @section('more-scripts') @endsection