@php $locales = [ 'ro' => ['label' => 'RO', 'full' => 'Română', 'flag' => '🇷🇴'], 'ru' => ['label' => 'RU', 'full' => 'Русский', 'flag' => '🇷🇺'], 'en' => ['label' => 'EN', 'full' => 'English', 'flag' => '🇬🇧'], ]; $current = app()->getLocale(); // Default: dark-glass style suits colored header (shop, tracking). Override via $style param. $style = $style ?? 'chip'; @endphp @if ($style === 'chip')