Skip to content
Discussion options

You must be logged in to vote

Just found sorry..

@extends(backpack_view('blank'))

@php
    $widgets['before_content'][] = [
        'type'        => 'jumbotron',
        'heading'     => trans('backpack::base.welcome'),
        'content'     => trans('backpack::base.use_sidebar'),

    ];
@endphp

@section('content')
    @php
        Widget::add(
            [
                'type'         => 'chart',
                'controller'   => \App\Http\Controllers\Admin\Charts\SuperEnalottoEstrazioniChartController::class,
                'method'       => 'data',
                'class'        => 'card mb-2',
                'wrapperClass' => 'col-md-6',
                'content'      => [
                    'header' => '…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pxpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant