@if($alert_totals)
{{ __('Total alerts') }}
{{ __('Ok') }}:
{{ $alert_totals['ok'] }}
{{ __('Warning') }}:
{{ $alert_totals['warning'] }}
{{ __('Critical') }}:
{{ $alert_totals['critical'] }}
@endif
@foreach($devices as $row)
@if($type == 0)
{{ $row['label'] }}
@else
@endif
@endforeach