Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

refer to not defind check the manual that corresponds to your MySQL server version for the right syntax to use near '>'$.\“en\”'

this is my code and the error in name->en

$products = Products::where('name->en','LIKE','%'.$productName.'%')
->offset($offset)
->limit($limit)
->orderBy('id','DESC')
->get()

Comments