Esempio n. 1
0
            </div>
        </div>

    </div>
    <div class="col-md-4">
        <?php 
echo InfoBox::widget(['bg' => 'bg-yellow', 'bgFill' => true, 'icon' => Html::ion('ios-pricetag-outline'), 'text' => 'INVENTORY', 'number' => '5,200', 'progress' => '50', 'progressText' => '50% Increase in 30 Days']);
?>
        <?php 
echo InfoBox::widget(['bg' => 'bg-green', 'bgFill' => true, 'icon' => Html::ion('ios-heart-outline'), 'text' => 'MENTIONS', 'number' => '92,050', 'progress' => '20', 'progressText' => '20% Increase in 30 Days']);
?>
        <?php 
echo InfoBox::widget(['bg' => 'bg-red', 'bgFill' => true, 'icon' => Html::ion('ios-cloud-download-outline'), 'text' => 'DOWNLOADS', 'number' => '114,381', 'progress' => '70', 'progressText' => '70% Increase in 30 Days']);
?>
        <?php 
echo InfoBox::widget(['bg' => 'bg-aqua', 'bgFill' => true, 'icon' => Html::ion('ios-chatbubble-outline'), 'text' => 'DIRECT MESSAGES', 'number' => '163,921', 'progress' => '40', 'progressText' => '40% Increase in 30 Days']);
?>

        <?php 
echo Box::begin(['type' => '', 'header' => ['title' => 'Browser Usage']]);
?>
        <?php 
echo Box::end();
?>

    </div>
</div>

<div class="row">
    <div class="col-md-8">
        <?php