@props(['href', 'icon', 'children', 'active' => false, 'dropdown' => false])
$active, $attributes->get('class'), ]) @if ($dropdown) x-on:click.prevent="active = !active" @endif> {{ $icon }} {{ $slot }} @if ($dropdown) @endif @if (isset($children)) {{ $children }} @endif