good afternoon I hope you can help me with this little problem I have an app in yii2
and I need a button <a href="tel:+12300000000">WhatsApp 24/7 +12300000000 (Jose)</a>
that contains that link to use the functions when they open the app on a mobile or call from Skype on the PC, whatever. the problem is that I'm using yii2
and I have this code in Main.php
'
echo Nav::widget([
'options' => ['class' => 'navbar-right '],
'items' => [
['label' => 'WhatsApp 24/7 +12300000000 (Jose)', 'url' => ['01245']],
],
]);'
and no idea what else to do. beforehand thank you for your time