@section('title', 'Zero Hunger 2 | GIU') @extends('front.new.layouts.app') @section('content')

Green International University provides interventions to prevent or alleviate hunger among members of staff.

The University recognizes that staff wellbeing is vital to institutional performance and community harmony, and therefore prioritizes access to nutritious, dignified, and affordable food support offered through the University cafeteria and other dedicated food resources.

In 2024, GIU strengthened its staff support system by expanding food assistance programs, enhancing operational capacity, and ensuring consistent access to hunger relief services for staff across all departments and work schedules. These measures demonstrate the University’s sustained commitment to fostering an inclusive and caring work environment.

@php $galleries = [ '' => [ 'paragraph' => '', 'images' => ['front/new/img/sdgs/img/img_83.png'] ], 'Green University Café' => [ 'paragraph' => 'The University provides subsidized as well as FREE meal services to eligible students, making sure their nutritional needs are well taken care of.', 'images' => ['front/new/img/sdgs/img/img_66.png','front/new/img/sdgs/img/img_67.png'] ], 'Nurture Card' => [ 'paragraph' => 'Poor students from low-income families are also eligible to receive a Nurture Card, granting them access to the University’s FREE food services.', 'images' => ['front/new/img/sdgs/img/img_84.png','front/new/img/sdgs/img/img_85.png'] ], 'Food Storage' => [ 'paragraph' => '', 'images' => ['front/new/img/sdgs/img/img_72.png','front/new/img/sdgs/img/img_73.png'] ], 'Discounted sustainable healthy meals for staff through MOUs with nearby certified café and restaurants.' => [ 'paragraph' => '', 'images' => ['front/new/img/sdgs/img/img_86.png'] ], 'Food Resource Centre' => [ 'paragraph' => 'Food Resource Centres, located in both the campus and hostel areas are operational 24/7, allowing staff to receive meals free of cost.', 'images' => ['front/new/img/sdgs/img/img_87.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