echo Nav::widget([
'options'=> ['class'=> 'nav navbar-left nav-tabs'],
'items'=> [
[
'label'=> 'Schedule An Appointment',
'url'=> 'http://google.com',
'linkOptions'=> ['target'=> '_blank']
],
],
]);
echo Nav::widget([
'options'=> ['class'=> 'nav navbar-left nav-tabs'],
'items'=> [
[
'label'=> 'Schedule An Appointment',
'url'=> 'http://google.com',
'linkOptions'=> ['target'=> '_blank']
],
],
]);