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

Green International University provides interventions to prevent or alleviate hunger among students, with supply and complete access to food banks/pantries.

In 2024, the University’s Hunger Alleviation Framework included the following key initiatives:

  • • Campus Food Bank: A Campus Food Bank is established to supply non-perishable food items (free / subsidized) to students experiencing food insecurity. This facility is available to all students who require support.
  • • Emergency Meal Vouchers: Students with urgent food needs may request Emergency Meal Vouchers, which can be redeemed at designated campus dining locations.
  • • Nurture Card: Nurture Cards are provided to students from underrepresented backgrounds, free meal purchases at the University mess.
  • • Of-campus Services: Agreements with nearby certified restaurant to provide food services to students at discounted rates.
@php $galleries = [ '' => [ 'paragraph' => '', 'images' => ['front/new/img/sdgs/img/img_71.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 students through MOUs with nearby certified café and restaurants' => [ 'paragraph' => '', 'images' => ['front/new/img/sdgs/img/img_74.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_68.png','front/new/img/sdgs/img/img_69.png'] ], 'Food Resource Centre' => [ 'paragraph' => 'University is committed to addressing student food insecurity through various initiatives. Food Resource Centres, located in both the campus and hostel areas are operational 24/7, allowing students to receive meals free of cost.', 'images' => ['front/new/img/sdgs/img/img_70.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