@include('_partials._html_header')
@include('_partials._toast')
@include('_partials._sidebar')
@include('_partials._add_widget')
@foreach($data['widgetData'] as $widget)
{{ config('widget.WIDGET_NAMES_FROM_TYPE')[$widget['widget_type']] }}
@include("_widgets." . $widget['widget_type'])
@endforeach
@include('_partials._html_footer')