{{-- filters --}}
@if ($search || $room || $status) @endif
{{ trans_choice('devices.count', $total, ['count' => $total]) }}
@forelse ($groups as $roomName => $devices) {{ $devices->count() }} @empty

{{ __('devices.none_match') }}

@endforelse