@extends('admin.app') @section('content')
{{__('variables.edit_element')}} - "{{$user->name ?? '' }}"
@if($groupSubRelations->new == 1) {{ __('variables.elements_list') }} @if(auth()->user()->root == 1) {{ __('variables.add_element') }} @endif @else {{ __('variables.elements_list') }} @endif

@csrf
@if(!empty($all_group) && auth()->user()->id != $user->id && auth()->user()->root == 1)
@endif
@include('admin.templates.uploaded-image', ['upload_path' => 'admin-user', 'item' => $user]) @if($groupSubRelations->save == 1)
@endif
@stop