@php $link = isset($link_to)?$link_to: urlLang('cart'); if (isset($is_enabled)) { $link = $is_enabled ? $link : urlLang('cart') ; } @endphp