@php $pubCats = [ 'STRATEGIC' => 'Strategic Documents', 'TECHNICAL' => 'Technical Documents', 'REPORTS' => 'Reports', 'COMMS' => 'National Communications', ]; $downloads = \App\Models\Backend\ContentDownload::where('download_status','ACTIVE') ->where('download_language', 'en') ->where('download_source', 'REDD+ Malaysia') ->orderBy('download_date', 'desc') ->get(); $grouped = $downloads->groupBy('download_category'); @endphp
Access official documents, reports and publications related to REDD+ Malaysia.
{{ \Carbon\Carbon::parse($d->download_date)->format('d M Y') }}
@endifDocuments will appear here once available.