@extends('admin.templates.panel-form-template')
@section('title')
@if(isset($item))
{{__("Edit user")}} [{{$item->name}}]
@else
{{__("Add new user")}}
@endif -
@endsection
@section('form')
{{__("Tips")}}
-
{{__("If you want to change the password, choose both the same. Otherwise, leave the password field blank.")}}
-
{{__("E-mail is unique each users")}}
@include('components.err')
@endsection