@extends('layouts.app') @section('page-pretitle', __('Management')) @section('page-title', __('Edit User')) @section('content') @if ($errors->any()) @endif

{{ __('Edit User') }}

@csrf @method('PATCH')
{{ __('Leave blank to keep the current password.') }}
{{--
--}}
@endsection @section('scripts') @endsection