You've already forked Atomcms-edit
12 lines
444 B
PHP
Executable File
12 lines
444 B
PHP
Executable File
<x-navigation.dropdown classes="!border-none" childClasses="min-w-[50px] -ml-4">
|
|
{{ $slot }}
|
|
|
|
<x-slot:children>
|
|
@foreach (languages() as $lang)
|
|
<x-navigation.dropdown-child :route="route('language.select', $lang->country_code)" :turbolink="false">
|
|
<img src="/assets/images/icons/flags/{{ $lang->country_code }}.png" alt="{{ $lang->country_code }}">
|
|
</x-navigation.dropdown-child>
|
|
@endforeach
|
|
</x-slot:children>
|
|
</x-navigation.dropdown>
|