@section('title', 'PARTNERSHIPS FOR THE GOALS 17| GIU') @extends('front.new.layouts.app') @section('content')

Green International University has dedicated outreach educational activities for the wider community, which include alumni, local residents, displaced people, etc. During 2024, the University community engagement was guided by a comprehensive outreach educational model, encompassed awareness sessions, and SDG community activities.

@php $galleries = [ 'Education for the SDGs in the wider community (Efforts for a Brighter Future)' => [ 'paragraph' => '', 'images' => ['front/new/img/sdgs/img/img_213.png','front/new/img/sdgs/img/img_214.png','front/new/img/sdgs/img/img_215.png','front/new/img/sdgs/img/img_216.png','front/new/img/sdgs/img/img_217.png','front/new/img/sdgs/img/img_218.png','front/new/img/sdgs/img/img_219.png'] ], 'SDG Education on Empowering Persons with Disabilities' => [ 'paragraph' => '', 'images' => ['front/new/img/sdgs/img/img_220.png','front/new/img/sdgs/img/img_221.png'] ], ]; @endphp

Glimpses of Sustainability Efforts – 2024

@foreach($galleries as $title => $data)

{{ $title }}

{{ $data['paragraph'] }}

@foreach($data['images'] as $index => $image)
@endforeach
@endforeach @endsection @push('js') @endpush