{{-- Tagify single-tag picker --}}
{{-- New Tag Creation Modal --}} @if ($modalVisible)
{{ str_replace('@PLATFORM_NAME@', platform_name(), __('Add a new activity or skill to @PLATFORM_NAME@')) }}
{{ $newTag['name'] }}
@if (!$sessionLanguageOk)
@php $locale = app()->getLocale(); $localeName = \Locale::getDisplayName($locale, $locale); @endphp
@endif @if ($translationPossible && $translationAllowed)
{{ __('Loading...') }}
@endif
@if ($translationVisible)
{{ __('Loading...') }}
@if ($selectTranslationLanguage) @php $translationLang = \App\Models\Language::where('lang_code', $selectTranslationLanguage)->first()?->name ?? $selectTranslationLanguage; @endphp
@if (count($translationOptions) > 0) @else @endif

@if (!$transLanguageOk)
@php $localeTranslation = $selectTranslationLanguage ?? ''; $localeNameTranslation = \Locale::getDisplayName($localeTranslation, $localeTranslation); @endphp
@endif
@endif @endif
@if (!$translationVisible || !$translationAllowed)
@error('newTagCategory')

{{ $message }}

@enderror @endif
{{ __('Cancel') }} {{ __('Save') }}
@endif