{{-- Bootstrap 5 --}} {{-- Bootstrap Icons --}} {{-- Google Fonts --}} {{-- Custom CSS --}} {{-- Chart.js --}}
{{-- Header --}}
Sign Out
@csrf
{{-- Page Intro --}}
Transformer Devices

Transformer Device List

View all transformer monitoring devices, their installed capacity, operational status, and quick access to detailed device analytics.

{{ count($data ?? []) }} Devices Transformer monitoring network
{{-- Main Container --}}
{{-- Device Cards --}}
@forelse($data as $k => $row) @php $isOffline = ($type ?? '') == 'not-active'; $cardClass = $isOffline ? 'not-active' : 'active'; $statusText = $isOffline ? 'Offline' : 'Online'; @endphp @empty
No transformer devices found.
@endforelse
{{-- Bootstrap JS --}}