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

Student Food Security Program

--}}

Green International University has a program in place on student food insecurity. As part of this program:

  • • Students facing financial hardship are provided with free, nutritious meals through a support system.
  • • Subsidized and reduced-cost meals are offered to those experiencing temporary financial difficulties.
  • • Regular daily meals are priced very affordably, below the cost of a meal at ONE DOLLAR (1$) per person, to ensure accessibility for all students.

In 2024, the University further enhanced its nutrition initiatives by revising the cafeteria menu to include sustainable, diverse, and health-focused meal options, featuring locally sourced produce, plant-forward dishes, and balanced meals aligned with nutritional standards and responsible consumption practices. Multiple initiatives were introduced, including the Green University Café, and a Food Resource Centre providing free healthy and nutritious food choices to students. Continuous monitoring and student feedback ensure that these programs remain responsive, effective, and inclusive.

@php $galleries = [ '' => [ 'paragraph' => '', 'images' => ['front/new/img/sdgs/img/img_65.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