Relative Content

Tag Archive for laravel-bladelaravel-10

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