@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
@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