@foreach($data['smokeping_tabs'] as $direction)
@foreach(\LibreNMS\Util\Html::graphRow(['type' => "device_smokeping_{$direction}_all_avg", 'device' => $device->device_id]) as $graph)
{!! $graph !!}
@endforeach
@foreach(\LibreNMS\Util\Html::graphRow(['type' => "device_smokeping_{$direction}_all", 'device' => $device->device_id, 'legend' => 'no']) as $graph)
{!! $graph !!}
@endforeach
@foreach($data['smokeping']->otherGraphs($direction) as $info)
@deviceLink($info['device'])
@foreach(\LibreNMS\Util\Html::graphRow($info['graph']) as $graph)
{!! $graph !!}
@endforeach
@endforeach
@endforeach