@csrf
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if (@$item->id == '')
   {{ _trans('common.You can\'t make this template as private again.') }}
@endif