@php
$locale = app()->getLocale();
$localeName = \Locale::getDisplayName($locale, $locale);
@endphp
@endif
@if ($translationPossible && $translationAllowed)
@if ($translationVisible)
{{ __('Loading...') }}
@if ($selectTranslationLanguage)
@php
$translationLang = \App\Models\Language::where('lang_code', $selectTranslationLanguage)->first()?->name ?? $selectTranslationLanguage;
@endphp
@if (count($translationOptions) > 0)
@else
@endif
@endif
@endif
@if (!$translationVisible || !$translationAllowed)