@extends('layouts.website') @section('content')

Public Information Hub for Policies & Compliance

Discover key updates, policies, and documents for complete transparency.

line-img
Knowledge Bureau

Industry Insights & Expert Resources

@forelse($knowledgeBureauItems as $item)
PDF {{ $item->name }}
@empty
No information available
@endforelse

Let's get you certified-Start your journey today!

Connect with our experts for a seamless and hassle-free certification process.

Get Certified
background-img
man-img
@include('components.enquiry-form-wrapper', ['pageSource' => 'public-information', 'formType' => 'enquiry']) @endsection @section('seo_meta') @if(isset($publicInformationSeo)) @if($publicInformationSeo->meta_title) {{ $publicInformationSeo->meta_title }} @else IRQS Website | Public Information Hub for Policies & Compliance @endif @if($publicInformationSeo->meta_description) @else @endif @else IRQS Website | Public Information Hub for Policies & Compliance @endif @endsection