{{-- Only render if the site is multilingual and we're on the homepage --}} @if(! locales()->isEmpty() && request()->path() === locale()) @foreach(locales() as $locale) @endforeach @endif