@props([
'style' => 1,
'link' => null,
'title' => null,
'value' => null,
'icon' => null,
'bg' => null,
'color' => null,
'icon_color' => null,
'icon_style' => 'outline',
'overlay_icon' => 1,
])
@php
$iconColor = $icon_color ?? $color;
$widget = 'x-widget-' . $style;
@endphp
@if ($style == 1)
@endif
@if ($style == 2)
@endif
@if ($style == 3)
@endif
@if ($style == 4)
@endif
@if ($style == 5)
@endif