{{ trans_choice('inventory::modules.dashboard.stock.below_threshold', $stock['low_stock_count'], ['count' => $stock['low_stock_count']]) }}
@endif @if($stock['out_of_stock_count'] > 0){{ trans_choice('inventory::modules.dashboard.stock.out_of_stock', $stock['out_of_stock_count'], ['count' => $stock['out_of_stock_count']]) }}
@endif