added announcement
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
<!-- small box -->
|
||||
<div class="small-box bg-yellow">
|
||||
<div class="inner">
|
||||
<h3>{{ $data['store_product_count'] }}</h3>
|
||||
<h3>{{ $data['store_product_count'] or 0 }}</h3>
|
||||
|
||||
<p>Total Products</p>
|
||||
</div>
|
||||
@@ -74,7 +74,7 @@
|
||||
<!-- small box -->
|
||||
<div class="small-box bg-red">
|
||||
<div class="inner">
|
||||
<h3>{{ $data['store_published_product'] }}</h3>
|
||||
<h3>{{ $data['store_published_product'] or 0 }}</h3>
|
||||
|
||||
<p>Total Published Product</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user