@props([ 'key' => '', 'cols' => [], 'title' => '', 'buttonText' => '', 'multipleSelect' => '', 'icon' => null, 'width' => 'sm', 'direction' => \App\Enums\EDirection::DOWN, ]) @php $icon = $icon ?? 'fa-solid fa-circle-check'; @endphp
merge(["class" => "relative group"]) }} > {{$buttonText}}
{{$title}}
    @foreach($cols as $col => $name)
  • @endforeach