feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
387 changed files with 1134 additions and 17654 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>