Error on getting the data in relationship
how can get the data from 'is-video' to make this work '->hidden(fn (Get $get): bool => !$get('is_video')),'?
6 Replies
See your error message.
You are using the wrong Get somewhere on the page.
this is the code
how can i call the is_video?
You didn’t import Get. Since you’re already using the Forms namespace just change Get to Forms\Get
Ohhh okay thank you