Could medical cannabis help treat COVID-19 symptoms?

JOHANNESBURG – Could medical cannabis help treat COVID-19 symptoms?

Well, licenced cannabis producers in the Vaal are calling for more clinical trials into its benefits.

Their products have already been tested by the local university.

The Gauteng government has earmarked cannabis development in a special economic zone in the area, to grow the struggling economy.

And, as Govan Whittles reports, SAHPRA-approved medicinal cannabis is already available at pharmacies there.


SOURCE: https://www.enca.com/news/could-medical-cannabis-help-treat-covid-19-symptoms

Share post:

#-- Display Crossed Out Price for a specific Wholesale Role --# function hide_cart_item_price_for_specific_role( $wholesale_price_html, $price, $product, $user_wholesale_role, $wholesale_price_title_text, $raw_wholesale_price, $source, $wholesale_price ) { global $wc_wholesale_prices_premium; $user_wholesale_role = $wc_wholesale_prices_premium->wwpp_wholesale_roles->getUserWholesaleRole(); $role_to_show_price = 'wholesale_customer'; if ( ! in_array($role_to_show_price, $user_wholesale_role) ) { $wholesale_price_html = ' ' . $wholesale_price_title_text . ' '. $wholesale_price .' '; } return $wholesale_price_html; } add_filter('wwp_filter_wholesale_price_html', 'hide_cart_item_price_for_specific_role', 10, 8 );