@php if ($countryItem->country_name == $currentCountry) { $activeClass = " career__country-link_active"; } else{ $activeClass = ""; } @endphp {{ Lang::get('castle.career.'.$countryItem->country_name) }}