syntax error, unexpected identifier “info_categories”, expecting “)”
I am written this code in a blade file, but it’s not work with this error
operator (and / &&) blade not working in laravel
I am working on Laravel 10.
It happens that I want to display a livewire component depending on the boolean value that the size and color column has. I tried the following code, but it always takes the first (if), I tried these forms and nothing.
enter image description here