@aware(['activeBgColor' => 'bg-base-300'])
@php
$submenuActive = Str::contains($slot, 'mary-active-menu');
@endphp
@if ($slot->isNotEmpty())
$disabled])
x-data="
{
show: @if($submenuActive || $open) true @else false @endif,
toggle(){
// From parent Sidebar
if (this.collapsed) {
this.show = true
$dispatch('menu-sub-clicked');
return
}
this.show = !this.show
}
}"
>
$submenuActive])>
@if($icon)
@endif
{{ $title }}
@endif