@extends('admin.templates.panel-form-template') @section('title') @if(isset($item)) {{__("Edit user")}} [{{$item->name}}] @else {{__("Add new user")}} @endif - @endsection @section('form')
@include('components.err')

{{__("Tips")}}

  • {{__("If you want to change the password, choose both the same. Otherwise, leave the password field blank.")}}
  • {{__("E-mail is unique each users")}}

@if(isset($item)) {{__("Edit user")}} [{{$item->name}}] @else {{__("Add new user")}} @endif

role??null)}}' :close-on-Select="true">
@endsection