@extends('layouts.tenant.master') @section('title', tenant('id')) @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

AdminDashboard

@endsection @section('breadcrumb-items') @endsection @section('content')
{{--
{!! json_encode($vis_nodes, JSON_PRETTY_PRINT) !!}
{!! json_encode($vis_edges, JSON_PRETTY_PRINT) !!}
--}}

Connection Charts

@endsection @section('script') @endsection