I want to insert a span tag into an item in Nav widget trying to do it like this
['label' => 'Корзина ' . Html::tag('span',$itemsInCart ? " ($itemsInCart)": '',['id'=>'itemsCounter']), 'url' => ['/cart/list'],], the menu accordingly gives me here a cart (11) how do I display the tech in the menu of the Nav widget