From 190be28228d5deb131acf8358cae3e7dbda2d193 Mon Sep 17 00:00:00 2001
From: Felipe
| Fecha inicio | +Servicio | +Pantallas | +valor | +Utilidad | +
|---|---|---|---|---|
| + {{ $historial->fecha_inicio }} + | ++ {{ $historial->tarifa->servicio->nombre }} + | ++ {{ $historial->tarifa->pantallas }} + | ++ ${{ $historial->tarifa->servicio->precio }} + | ++ ${{ number_format($historial->tarifa->servicio->precio / $historial->tarifa->pantallas ?? 0, 2, ',', '.') }} + | +
| + + | ++ + | ++ + | +
+ + Utilidad Total + + |
+
+ + $ {{ number_format($totalUtilidades ?? 0, 2, ',', '.') }} + + |
+