@props([ 'icon' => null, 'icon_type' => null, 'icon_color' => null, 'title' => null, ]) @if (!$slot->isEmpty())
  • merge(['class' => 'list-group-item']) }} id="{{ strtolower(str_slug($title)) }}"> @if ($icon_type) @elseif ($icon) @endif {{ $slot }}
  • @endif