Files
Ronald Huynen 2547717edb Initial commit
2026-03-23 21:37:59 +01:00

17 lines
333 B
PHP

@props([
'component',
'conversation' => null,
'widget' => false
])
<div onclick="Livewire.dispatch('openWireChatModal', {
component: '{{ $component }}',
arguments: {
conversation:`{{$conversation ?? null }}`,
widget: @js($widget)
}
})">
{{ $slot }}
</div>