{{-- brafa Systems — Google TV fleet dashboard (all properties). Livewire backing: App\Http\Livewire\SuperAdmin\TvFleetDashboard. Auto-refreshes every 15s to track online/offline. --}}
Every registered room TV across all properties. Auto-refreshes every 15s.
{{ $message }}
@enderror @endif| Status | Room / device | Property | Guest | Version | Last seen | Actions |
|---|---|---|---|---|---|---|
| @if (! $device->is_active) Disabled @elseif ($isOnline) Online @else Offline @endif |
{{ $device->unit_name ?: ($device->name ?: '—') }}
{{ $device->device_identifier }}
|
{{ optional($device->property)->PropertyName ?: $device->property_id }} | {{ $guests[$device->property_id . '|' . $device->unit_name] ?? '—' }} |
{{ $device->app_version ? 'v' . $device->app_version : '—' }}
@if ($device->android_version)
Android {{ $device->android_version }}
@endif
|
{{ $device->last_seen_at ? $device->last_seen_at->diffForHumans() : 'never' }} |
|
| No devices match. | ||||||