Solve your laravel problems.
$price = DB::table('price') ->where([ ['days_id', '=', $days] , ['deals_id' , '=', $selected_deal] ]) ->value('price');