@php $galleries = \App\Models\Backend\ContentPhotoGallery::with(['translations','photoLists']) ->where('gallery_status', 'ACTIVE') ->where('gallery_portal', 'redd-plus') ->orderBy('gallery_sort') ->orderBy('gallery_date', 'desc') ->get(); $videos = \App\Models\Backend\ContentVideo::with('translations')->where('video_page', 'redd-plus')->where('video_status', 'ACTIVE')->orderBy('video_sorting')->get(); @endphp

Gallery

Photos and videos showcasing REDD+ Malaysia activities and initiatives.