uuid = 'component'.md5(serialize($this)).$id; } public function render(): View|Closure|string { return <<<'HTML'
class([ "flex justify-start items-center gap-4 px-3 py-3", "hover:bg-gray-200" => !$noHover, "cursor-pointer" => $link ]) }} > @if($actions) @if($link && !Str::of($actions)->contains([':click', '@click' , 'href'])) @endif
attributes->class(["flex items-center gap-3 mary-hideable"]) }}> {{ $actions }}
@if($link && !Str::of($actions)->contains([':click', '@click' , 'href']))
@endif @endif
HTML; } }