|
|
|
|
|
|
|
|
<?php |
|
|
<?php |
|
|
if($pointSaleDistributions && count($pointSaleDistributions) > 0) { |
|
|
if($pointSaleDistributions && count($pointSaleDistributions) > 0) { |
|
|
echo '<div class="point-sales">' ; |
|
|
echo '<div class="point-sales">' ; |
|
|
|
|
|
foreach($pointSaleDistributions as $pointSaleDistribution) { |
|
|
|
|
|
echo $pointSaleDistribution->pointSale->name.'<br />' ; |
|
|
|
|
|
} |
|
|
|
|
|
echo '</div>' ; |
|
|
} |
|
|
} |
|
|
?> |
|
|
?> |
|
|
<?php foreach($pointSaleDistributions as $pointSaleDistribution) { |
|
|
|
|
|
echo $pointSaleDistribution->pointSale->name.'<br />' ; |
|
|
|
|
|
} |
|
|
|
|
|
echo '</div>' ; |
|
|
|
|
|
?> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<?php endforeach; ?> |
|
|
<?php endforeach; ?> |