@extends('layouts.app') @section('center')
@if(!empty($graph_data)) @foreach($graph_data as $channelGroup => $groupSamples)

Channel Group {{ $channelGroup }}


@endforeach @endif
@endsection @push('scripts') @endpush