@extends('adminlte::page') @section('title', __('global.Edit').' '.__('global.User')) @section('content_header')

@lang('global.Edit') @lang('global.User')

@endsection @section('content')

@lang('global.Edit') @lang('global.User')

@csrf @method('PUT')
@include('users.partials._form')
@endsection