$price = DB::table('price')
->where([
['days_id', $days AND 'deals_id', $selected_deal] ])
->pluck('price');
I'm using this code to get single price only but it give me all prices where these to conditions are coming
But when i insert $price in the table it give many prices 40,60,80,100,120,140
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire