12 lines
187 B
PHP
12 lines
187 B
PHP
@props([
|
|
'widget' => false
|
|
])
|
|
|
|
|
|
<x-wirechat::actions.open-modal
|
|
component="wirechat.new.group"
|
|
:widget="$widget"
|
|
>
|
|
{{$slot}}
|
|
</x-wirechat::actions.open-modal>
|