Re,
I have the following query:
$property = Property::select( DB::raw(\"title, lat, lng, ( 3959 * acos( co
$select = <<having('distance', '<', $radius) ->orderBy('distance') ->take(20)->get();