@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
Photos and videos showcasing REDD+ Malaysia activities and initiatives.
{{ \Illuminate\Support\Str::limit($t->gallery_translation_descr, 100) }}
@endifThere are no images yet.
{{ \Illuminate\Support\Str::limit($vt->video_translation_descr, 100) }}
@endifVideo gallery is being prepared. Stay tuned for updates on REDD+ Malaysia activities.