@extends('layouts.demo10.builder') @section('styles') @endsection @section('content') @can('view.dashboard_builder')
Dashboard Canvas
Drag chart cards from the right panel, or reorder charts here.

Drop Widgets Here

Click Add First Widget to open the widget tray, then drag a widget into this canvas.

Add Widgets

Pick a widget to place it on the canvas.
Type to filter widgets in this panel.
Common
KPI Card
Data Table
Charts
Bar Chart
Line Chart
Donut Chart
Pie
@endcan @endsection @section('scripts') @vite('resources/js/pages/dashboard-builder.js') @endsection