@props([
'href' => '#',
'iconName' => 'x',
'iconType' => 'line',
'text' => 'Navlist Item',
'current' => false,
'tag' => 'a',
'muted' => false
])
<{{ $tag }} href="{{ $href }}" class="flex cursor-pointer items-center {{ $muted ? 'opacity-50' : '' }} {{ $current ? 'sidenav-active' : 'sidenav-inactive' }}" {{ $attributes }}>
{{ $text }}
{{ $tag }}>