@extends('backend.layouts.app') @section('title', 'Create Data Dashboard') @push('styles') @endpush @section('content') @php $pageTitle = 'Create Data Dashboard'; $indexRoute = 'data-dashboard.index'; $indexLabel = 'Data Dashboard'; @endphp @include('backend.layouts.partials._page_header')
Fill in the information below to create a new dashboard widget.