@php $links = \App\Models\Backend\ContentApplication::with('translations') ->where('application_status', 'ACTIVE') ->where('application_url', '!=', '') ->where('application_url', '!=', '#') ->orderBy('application_sort') ->get(); $grouped = $links->groupBy('application_cat'); $catLabels = [ 'INTERNATIONAL' => 'International Frameworks', 'NATIONAL' => 'National Agencies', ]; @endphp
Useful links to international frameworks, partners and related organisations.
Related links will appear here once available.