@extends(backpack_view('blank')) @section('content')
@foreach ($widgets['before_content'] ?? [] as $widget) @if ($widget['type'] === 'chart')

{{ $widget['content']['header'] }}

{{ $widget['content']['body'] }}

{!! $widget['controller']::generate() !!}
@endif @endforeach
@endsection @section('after_scripts') @parent {!! $widget['controller']::scripts() !!} @endsection