<h1class="page-header">Stockoverview<spanclass="text-muded small"><strong><?phpechocount($currentStock)?></strong> products with <strong><?php echo GrocyPhpHelper::SumArrayValue($currentStock, 'amount'); ?></strong> units in stock</span></h1>
<pclass="btn btn-lg btn-warning no-real-button"><strong><?phpechocount(GrocyPhpHelper::FindAllObjectsInArrayByPropertyValue($currentStock,'best_before_date',date('Y-m-d',strtotime('+5 days')),'<'));?></strong> products expiring within the next 5 days</p>
<pclass="btn btn-lg btn-danger no-real-button"><strong><?phpechocount(GrocyPhpHelper::FindAllObjectsInArrayByPropertyValue($currentStock,'best_before_date',date('Y-m-d',strtotime('-1 days')),'<'));?></strong> products are already expired</p>