@if($device_totals)
{{ __('Total hosts') }} @if($show_disabled_and_ignored) {{ __('alert-disabled') }}: {{ $device_totals['ignored'] }} {{ __('disabled') }}: {{ $device_totals['disabled'] }} @endif {{ __('up') }}: {{ $device_totals['up'] }} {{ __('warn') }}: {{ $device_totals['warn'] }} {{ __('down') }}: {{ $device_totals['down'] }} @if($device_totals['maintenance']) {{ __('maintenance') }}: {{ $device_totals['maintenance'] }} @endif
@endif @if($services_totals)
{{ __('Total services') }} {{ __('up') }}: {{ $services_totals['up'] }} {{ __('warn') }}: {{ $services_totals['warn'] }} {{ __('down') }}: {{ $services_totals['down'] }}
@endif
@foreach($devices as $row) @if($type == 0) {{ $row['label'] }} @else
@endif
@endforeach @foreach($services as $row) @if($type == 0) {{ $row['label'] }} @else
@endif
@endforeach