Promociones Aplicadas
@if (count($contract->promotions()) === 0)
- Ninguna
@else
@foreach ($contract->promotions() as $promotion)
@endif
{{ $promotion->description }} {{ $format->percent($promotion->amount, 2, true) }} {{ ucwords($promotion->type->name()) }}
@endforeach