@foreach(LaravelLocalization::getSupportedLocales() as $localeCode => $properties) @if (in_array($localeCode, $template_config->lang_list) && app()->getLocale() != $localeCode) {{ strtoupper($properties['native']) }} @endif @endforeach