orWhere to check in 2 columns of same table in laravel code example
Example: laravel where and where
Table::where('Column', Value)->where('NewColumn', Value)->get();
Table::where('Column', Value)->where('NewColumn', Value)->get();