feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
323 changed files with 967 additions and 12843 deletions
Showing only changes of commit bb3a2fffa1 - Show all commits

View File

@ -61,6 +61,9 @@
Promociones Aplicadas
</div>
<div class="description">
@if (count($contract->promotions()) === 0)
- Ninguna
@else
<div class="ui list">
@foreach ($contract->promotions() as $promotion)
<div class="item">
@ -68,6 +71,7 @@
</div>
@endforeach
</div>
@endif
</div>
</div>
</div>