28 | @php
29 | $highest = $connection->aggregates->flatten()->max();
30 | @endphp
31 |
32 |
33 |
36 | @if ($connection->recently_reported)
37 |
40 | @else
41 |
42 | @endif
43 |
44 |
46 |
47 | {{ $connection->name }}
49 |
50 |
51 | @foreach($values as $value)
52 |
53 |
54 | {{ \Illuminate\Support\Number::format($connection->$value) }}
55 |
56 |
57 | {{ str_replace('_', ' ', ucfirst($value)) }}
58 |
59 |
60 | @endforeach
61 |
62 |
63 | @if(count($graphs) > 0)
64 |