I have below query. I am using Laravel version 8.12
\\DB::table(\'tblproduct\')->where(\'productId\', $productId)->first()
Below is the