Skip to content
Permalink
0d3c54f5c4
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
31 lines (27 sloc) 716 Bytes
<br>
<div class="row">
<div class="col">
<div class="col-md">
<div class="card text-white bg-secondary mb-3" id="total-stores">
<div class="card-header">
<h5 class="card-title">Total Stores Available</h5>
</div>
<div class="card-body">
<h3 class="card-title">{{total_stores}}</h3>
</div>
</div>
</div>
</div>
<div class="col">
<div class="col-md">
<div class="card text-white bg-success mb-3" id="storeorders-delivered">
<div class="card-header">
<h5 class="card-title">Orders Delivered To Stores</h5>
</div>
<div class="card-body">
<h3 class="card-title">{{delivered}}</h3>
</div>
</div>
</div>
</div>
</div>