@section('title', 'SDGs 2025 of GIU | Green International University') @extends('front.new.layouts.app') @section('content') @php $programs = [ ['title' => 'Anti Plagiarism Policy', 'pdf' => asset('front/new/pdf/sdgs/anti-plagiarism-policy.pdf')], ['title' => 'Backup and Recovery Policy', 'pdf' => asset('front/new/pdf/sdgs/backup-and-recovery-policy.pdf')], ['title' => 'Code of Conduct for Students', 'pdf' => asset('front/new/pdf/sdgs/code-of-conduct-for-students.pdf')], ['title' => 'Code of Ethics Policy', 'pdf' => asset('front/new/pdf/sdgs/code-of-ethics-policy.pdf')], ['title' => 'Complaint Handling and Grievance Redressal Policy', 'pdf' => asset('front/new/pdf/sdgs/complaint-handling-and-grievance-redressal-policy.pdf')], ['title' => 'Data Protection Policy', 'pdf' => asset('front/new/pdf/sdgs/data-protection-policy.pdf')], ['title' => 'Institutional Integrity Ethical Conduct Charter', 'pdf' => asset('front/new/pdf/sdgs/institutional-integrity-ethical-conduct-charter.pdf')], ['title' => 'Medical Facility Policy', 'pdf' => asset('front/new/pdf/sdgs/medical-facility-policy.pdf')], ['title' => 'Responsible Resource Management Policy', 'pdf' => asset('front/new/pdf/sdgs/responsible-resource-management-policy.pdf')], ['title' => 'Student Discipline and Conduct Regulations', 'pdf' => asset('front/new/pdf/sdgs/student-discipline-and-conduct-regulations.pdf')], ['title' => 'Institutional Sustainability Innovation Policy', 'pdf' => asset('front/new/pdf/sdgs/institutional-sustainability-innovation-policy.pdf')] ]; @endphp

Policies

@foreach ($programs as $program)
📄
{{ $program['title'] }}
View Report
@endforeach
@include('front.new.sdgs-2025.components.pdf-modal') @endsection