@php $locales = \App\Services\Languages\LanguagesService::getListLocalozations(); @endphp @if (isset($isModelTranslatable) && $isModelTranslatable)
@foreach (config('voyager.multilingual.locales') as $lang) @if (in_array($lang, $locales)) @endif @endforeach
@endif