@php use App\Models\Backend\ContentArticle; $terms = ContentArticle::with('translations') ->where('article_portal_category', 'redd-plus') ->where('article_category', 'GLOSSARY') ->where('article_status', 'ACTIVE') ->orderBy('article_sorting') ->get(); @endphp Glossary Key terms and definitions used in the context of REDD+ Malaysia. @foreach($terms as $item) @php $t = $item->translations->first(); $term = $t?->article_translation_title ?? 'Untitled'; $def = strip_tags($t?->article_translation_content ?? ''); $letter = strtoupper(substr(trim($term), 0, 1)); @endphp {{ $term }} {{ $def }} @endforeach No terms match your search. Prev Next
Key terms and definitions used in the context of REDD+ Malaysia.
{{ $def }}
No terms match your search.