@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.

@csrf
@error('title')

{{ $message }}

@enderror
@error('sorting')

{{ $message }}

@enderror

Click to open code editor

@error('content')

{{ $message }}

@enderror
Cancel
@endsection {{-- Editor Modal --}} @push('scripts') @endpush