Files
timebank-cc-public/resources/views/vendor/wirechat/components/actions/open-chat-drawer.blade.php
Ronald Huynen 2547717edb Initial commit
2026-03-23 21:37:59 +01:00

17 lines
349 B
PHP

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