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

{{ $news->title }}

{{ $news->title }} {{ $news->category->name ?? 'Uncategorized' }}
user Admin
{!! $news->content !!}
@if ($relatedNews->count() > 0) @endif

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
{{-- Request a Quote Button Component --}} @include('components.request-quote-button')
{{-- Include enquiry form modal for News Details page --}} @include('components.enquiry-form-wrapper', ['pageSource' => 'news-details', 'formType' => 'enquiry']) @endsection