@if (count($user_widgets) === 0)

No widgets found, add them using the 'Modify Widgets' button

@endif
@foreach($user_widgets as $widget)
@livewire("tenant.lemarex.dashboard.components.{$widget->livewire_widget}", ['date_range' => $date_range, 'selected_pipeline' => $selected_pipeline], key("child-{$widget->id}"))
@endforeach
Modify Widgets
Widget

Select a widget from the dropdown below

@if(count($list) > 0)

Widgets List
From the list below, you can drag and drop the order of the widgets, as well as adjust the size of each widget per device. Each size can be from 1 to 12 columns
  • Small references phones and tablets.
  • Medium references tablets and laptops.
  • Large references desktop displays.
  • Extra Large references widescreen displays.

Note: Each widget can be dragged and dropped into the position desired per widget

@endif
@foreach($list as $index => $item)
{{ $item['name'] }}
@endforeach
@script @endscript