+ Promociones Aplicadas
+
+
+
+
+ @foreach ($contract->promotions() as $promotion)
+
+
+ {{ $promotion->description }} {{ $format->percent($promotion->amount, 2, true) }} {{ ucwords($promotion->type->name()) }}
+
+ @endforeach
+