title = 'Starter Page';
$this->params['breadcrumbs'] = [['label' => $this->title]];
?>
= \hail812\adminlte\widgets\Alert::widget([
'type' => 'success',
'body' => '
Congratulations!
',
]) ?>
= \hail812\adminlte\widgets\Callout::widget([
'type' => 'danger',
'head' => 'I am a danger callout!',
'body' => 'There is a problem that we need to fix. A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart.'
]) ?>
= \hail812\adminlte\widgets\InfoBox::widget([
'text' => 'CPU Traffic',
'number' => '10 %',
'icon' => 'fas fa-cog',
]) ?>
= \hail812\adminlte\widgets\InfoBox::widget([
'text' => 'Messages',
'number' => '1,410',
'icon' => 'far fa-envelope',
]) ?>
= \hail812\adminlte\widgets\InfoBox::widget([
'text' => 'Bookmarks',
'number' => '410',
'theme' => 'success',
'icon' => 'far fa-flag',
]) ?>
= \hail812\adminlte\widgets\InfoBox::widget([
'text' => 'Uploads',
'number' => '13,648',
'theme' => 'gradient-warning',
'icon' => 'far fa-copy',
]) ?>
= \hail812\adminlte\widgets\InfoBox::widget([
'text' => 'Bookmarks',
'number' => '41,410',
'icon' => 'far fa-bookmark',
'progress' => [
'width' => '70%',
'description' => '70% Increase in 30 Days'
]
]) ?>
'Likes',
'number' => '41,410',
'theme' => 'success',
'icon' => 'far fa-thumbs-up',
'progress' => [
'width' => '70%',
'description' => '70% Increase in 30 Days'
]
]) ?>
= \hail812\adminlte\widgets\Ribbon::widget([
'id' => $infoBox->id.'-ribbon',
'text' => 'Ribbon',
]) ?>
= \hail812\adminlte\widgets\InfoBox::widget([
'text' => 'Events',
'number' => '41,410',
'theme' => 'gradient-warning',
'icon' => 'far fa-calendar-alt',
'progress' => [
'width' => '70%',
'description' => '70% Increase in 30 Days'
],
'loadingStyle' => true
]) ?>
= \hail812\adminlte\widgets\SmallBox::widget([
'title' => '150',
'text' => 'New Orders',
'icon' => 'fas fa-shopping-cart',
]) ?>
'150',
'text' => 'New Orders',
'icon' => 'fas fa-shopping-cart',
'theme' => 'success'
]) ?>
= \hail812\adminlte\widgets\Ribbon::widget([
'id' => $smallBox->id.'-ribbon',
'text' => 'Ribbon',
'theme' => 'warning',
'size' => 'lg',
'textSize' => 'lg'
]) ?>
= \hail812\adminlte\widgets\SmallBox::widget([
'title' => '44',
'text' => 'User Registrations',
'icon' => 'fas fa-user-plus',
'theme' => 'gradient-success',
'loadingStyle' => true
]) ?>