off the cuff... it doesn't like x-show? have you tried without it?
Jan 6, 2023
11
Level 63
x-slot not defined in blade component
Hello,
I have this code.
<x-modal x-show="showModal">
<x-slot:title>sdkjfolgfd</x-slot>
sdfgsdfgsdfg
</x-modal>
I really dont understand why x-slot is not defined.
I get this error message.
Unable to locate a class or view for component [slot:title]
Do you have any idea why ?
Thanks for your help.
V
Level 51
I also use the old syntax if I want a one-liner
@slot('title', 'title')
or when I want to breakup the code
1 like
Please or to participate in this conversation.