@extends('layouts.demo10.base') @section('content')

Pivot Dashboards

Select a pivot to open the table.

Show All Tables
@if(empty($pivots))
No pivots found in dashboard_builder.json
@else
@foreach($pivots as $p)
{{ $p['title'] }}
{{ $p['logic_id'] }}
@endforeach
@endif
@endsection