diff --git a/resources/views/livewire/show-planes.blade.php b/resources/views/livewire/show-planes.blade.php index 69c444a..463a5bc 100644 --- a/resources/views/livewire/show-planes.blade.php +++ b/resources/views/livewire/show-planes.blade.php @@ -760,6 +760,7 @@
${{ number_format($tarifa->servicio->precio ?? 0, 2, ',', '.') }} -
+${{ number_format($tarifa->servicio->precio ?? 0, 0, ',', '.') }}
@endforeach${{ number_format($tarifa->servicio->precio / $tarifa->pantallas ?? 0, 2, ',', '.') }} -
- @endforeach + ${{$historial->utilidad ?? ''}} + {{-- @foreach ($historial->promocion->tarifas as $tarifa) +${{ number_format($tarifa->servicio->precio / $tarifa->pantallas ?? 0, 2, ',', '.') }}
+ @endforeach --}}- $ {{ number_format($totalUtilidades ?? 0, 2, ',', '.') }} + $ {{ number_format($totalUtilidades ?? 0, 0, ',', '.') }}