| Fecha | Descripción | Kwh | Lectura | Q. Valor | Emitido | Kw Máx. | Factor Pot. |
|---|---|---|---|---|---|---|---|
| {{ !empty($r['fecha']) ? \Carbon\Carbon::parse($r['fecha'])->format('d-m-Y') : '' }} | {{ $r['descripcion'] ?? '' }} | {{ number_format($r['kwh'] ?? 0, 0) }} | {{ $r['lectura'] ?? '' }} | {{ number_format($r['valor'] ?? 0, 2) }} | @if($r['emitido']) Sí @else No @endif | {{ $r['kw_maxima'] ?? '' }} | {{ $r['factor_potencia'] ?? '' }} |
| No hay datos disponibles. | |||||||
| Fecha Lectura | No. Caso | Descripción |
|---|---|---|
| {{ \Carbon\Carbon::parse($c->FechaLectura)->format('d-m-Y') }} | {{ $c->conCausistica->ConCauCodigo ?? 'N/A' }} | {{ $c->conCausistica->ConCauDescripcion ?? 'N/A' }} |
| No hay causísticas registradas. | ||