@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

USERS

user

{{ csrf_field() }} {{method_field('PUT')}}
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection @section('more-scripts') @endsection