@php /** @var array $locales */ $locales = $theme->locales(); $currentLocale = app()->getLocale(); @endphp
@foreach($locales as $locale => $label) {{$label}} @endforeach
@pushonce('scripts') @endpushonce