Trending Now

@forelse ($this->trendingCameras as $camera)
{{ $camera->title }} @if ($camera->is_live)
LIVE
@else
DOWN
@endif

{{ $camera->title }}

{{ $camera->location }}

{{ $camera->viewers }} viewers
@empty

No trending cameras found.

@endforelse

All Cameras

@forelse ($this->filteredCameras as $camera)
{{ $camera->title }} @if ($camera->is_live)
LIVE
@else
DOWN
@endif

{{ $camera->title }}

{{ $camera->location }}

{{ $camera->viewers }} viewers
@empty

No cameras found matching your criteria.

@endforelse