merge(['class' => 'tw:inline-block']) }} x-data="popup('', { showDelay: {{ $attributes->get('show-delay', 100) }}, hideDelay: {{ $attributes->get('hide-delay', 300) }} })" x-on:click.away="hide(0)" x-on:librenms-popup-shown.window="() => hide(0)" > {{ $slot }}
@isset($title)
{{ $title }}
@endisset @isset($body)
attributes->class(['tw:p-3' => $body->attributes->isEmpty()]) }}> {{ $body }}
@endisset