@extends('layouts.app') @section('center') @php use Carbon\Carbon; @endphp
| # | Connection Device ID | Current A | Current B | Current C | Voltage A | Voltage B | Voltage C | Total kWh | kVA | Last Update | Status |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $row->global_device_id }} | {{ number_format($row->current_phase_a ?? 0, 2) }} | {{ number_format($row->current_phase_b ?? 0, 2) }} | {{ number_format($row->current_phase_c ?? 0, 2) }} | {{ number_format($row->voltage_phase_a ?? 0, 2) }} | {{ number_format($row->voltage_phase_b ?? 0, 2) }} | {{ number_format($row->voltage_phase_c ?? 0, 2) }} | {{ number_format($totalKwh, 2) }} | {{ number_format($kva, 2) }} |
{{ $lastPulse }}
{{ $age }} |
{{ $status }} |
|
No connected devices found for this pole.
|
|||||||||||