@php use App\Models\Backend\ContentArticle; $news = ContentArticle::with('translations') ->where('article_portal_category', 'redd-plus') ->where('article_category', 'NEWS') ->where('article_status', 'ACTIVE') ->orderBy('article_date', 'desc') ->orderBy('article_sorting') ->get(); @endphp
Latest updates, announcements and news from REDD+ Malaysia.
No news yet. Please check back later for updates.