@extends('layouts.app') @section('center') @php use Carbon\Carbon; $totalPoles = count($data); $totalConnections = $data->sum('total_connections'); $totalSending = $data->sum('sending_connections'); $totalNotSending = $data->sum('not_sending_connections'); @endphp
| # | Pole Device ID | Total Connections | Sending Data | Not Sending | Sending % | Last Connection Update | Status | Connected |
|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $row->pole_device_id }} | {{ $total }} | {{ $sending }} | {{ $notSending }} |
{{ $percentage }}%
|
{{ $lastPulse }}
{{ $age }} |
{{ $status }} | View |
|
No connection devices found.
|
||||||||