|
@@ -74,7 +74,7 @@ class UserPurchase extends Auth
|
|
|
|
|
|
if($request['status']==1){
|
|
|
//$offer->where('amount','=',0);
|
|
|
- $offer->whereRaw('amount=0 or amount is NULL');
|
|
|
+ $offer->whereRaw('amount = 0 or amount is NULL');
|
|
|
}elseif($request['status']==2){
|
|
|
$offer->where('amount','>',0);
|
|
|
// if($request['tab']==1){
|