Labels and Badges See documentation

Creating a Default Label or Badge
Html::label("I'm a label")
Html::badge(500)
I'm a label 500
The status:
Html::badge(500, array('status' => 'important'))
1 2 4 6 8 ----- success warning important info inverse
As any other module, you can attach a tooltip or a popover
Html::label('Hover me', 'info')->tooltip('Now leave then click my friend')
Html::badge(16.7, 'inverse')->popover('Now leave', 'Then hover my friend')
Hover me 16.7