@section('title', 'Good Health 3| GIU') @extends('front.new.layouts.app') @section('content')

Green International University provides staff with access to comprehensive mental health support services across the campus.

The University provides dedicated mental health support through a qualified clinical psychologist. Staff can access confidential, one-on-one counseling for issues including anxiety, workload pressure, interpersonal conflict, and personal challenges. Services include therapy, stress- management guidance, and workplace well-being consultations to ensure a supportive environment.

In 2024, the University significantly enhanced its staff mental health services. Key improvements included expanded clinic hours, increased psychologist availability, and the launch of new workplace-well-being initiatives. In addition, also conducted regular seminars and workshops to build psychological literacy and promote healthier coping strategies. To provide direct support, the University introduced accommodations such as course load exemptions for faculty managing stress and anxiety.

@php $galleries = [ 'Serenity Support Center' => [ 'paragraph' => 'Note: The concerned faculty members didn’t give consent to the University for sharing their personal details (filled forms, pictures (if any), evaluation reports, diagnosis and recommended treatments, etc.) regarding mental treatment. However one aforementioned instance is given as ready reference after proper consent from the concerned.', 'images' => ['front/new/img/sdgs/img/img_132.png','front/new/img/sdgs/img/img_133.png','front/new/img/sdgs/img/img_134.png','front/new/img/sdgs/img/img_135.png','front/new/img/sdgs/img/img_136.png','front/new/img/sdgs/img/img_137.png','front/new/img/sdgs/img/img_138.png', 'front/new/img/sdgs/img/staff_1.jpg','front/new/img/sdgs/img/staff_2.jpg'] ], // 'Sample Form.' => [ // 'paragraph' => '', // 'images' => ['front/new/img/sdgs/img/img_139.png','front/new/img/sdgs/img/img_140.png','front/new/img/sdgs/img/img_141.png','front/new/img/sdgs/img/img_142.png','front/new/img/sdgs/img/img_143.png','front/new/img/sdgs/img/img_144.png','front/new/img/sdgs/img/img_145.png','front/new/img/sdgs/img/img_146.png','front/new/img/sdgs/img/img_147.png','front/new/img/sdgs/img/img_148.png','front/new/img/sdgs/img/img_149.png'] // ], // 'Mental Health Workshop.' => [ // 'paragraph' => '', // 'images' => ['front/new/img/sdgs/img/img_150.png','front/new/img/sdgs/img/img_151.png'] // ], // 'Extra Class Consultation' => [ // 'paragraph' => 'Green International University ensured that students have access to a full range of mental health support services, including counseling and wellness programs. ', // 'images' => ['front/new/img/sdgs/img/img_154.png','front/new/img/sdgs/img/img_155.png'] // ], // 'Online Mental Health Support Services.' => [ // 'paragraph' => 'University organized online sessions to ensure that students have access to comprehensive mental health support services, including counseling and wellness programs.', // 'images' => ['front/new/img/sdgs/img/img_152.png','front/new/img/sdgs/img/img_153.png'] // ], // 'Aware Session on Time and Stress Management' => [ // 'paragraph' => 'The Ignite Program 2024 at Green International University conducted the Time and Stress Management Module, delivering valuable insights on effective time-management techniques, reducing workload-related anxiety, prioritizing tasks, and overcoming procrastination.', // 'images' => ['front/new/img/sdgs/img/img_156.png','front/new/img/sdgs/img/img_157.png','front/new/img/sdgs/img/img_158.png','front/new/img/sdgs/img/img_159.png'] // ], ]; @endphp

Glimpses of Sustainability Efforts – 2024

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

{{ $title }}

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

{{ $data['paragraph'] }}

@endforeach @endsection @push('js') @endpush