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

Green International University provides healthy and affordable food choices for all on all food outlets on campus.

In 2024, all University food facilities offered a diverse range of affordable, healthy, and nutritious options prepared with clean, high-quality ingredients to support balanced diets and overall wellbeing. To ensure full financial accessibility, every meal item is deliberately priced below one dollar, ensuring that cost never becomes a barrier to choosing healthy food. GIU enhanced its food offerings by standardizing quality benchmarks, improving kitchen hygiene protocols, and incorporating more balanced meal combinations into daily menus.

@php $galleries = [ 'Green University Café providing healthy, sustainable, and affordable food choices. ' => [ 'paragraph' => '', 'images' => ['front/new/img/sdgs/img/img_75.png','front/new/img/sdgs/img/img_76.png','front/new/img/sdgs/img/img_77.png','front/new/img/sdgs/img/img_78.png','front/new/img/sdgs/img/img_79.png','front/new/img/sdgs/img/img_80.png','front/new/img/sdgs/img/img_82.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