@extends('template.app') @section('meta') @endsection @section('title') User Update @endsection @section('styles') @endsection @section('content')
@csrf @method('PATCH')
* Leave blank for not update password
Back
@endsection @section('scripts') @endsection