{{-- Merged from static file: news-details.php. Dynamic implementation with preserved UI. --}} {{ $news->meta_title ?? $news->title }} @include('website.partials.include_css') @include('website.partials.header')

{{ $news->title }}

{{ $news->title }} {{ $news->category->name ?? 'Uncategorized' }}
user Admin
{!! $news->content !!}
@forelse($relatedNews as $relatedNewsItem)
@if($relatedNewsItem->image_url) {{ $relatedNewsItem->title }} @endif
{{ $relatedNewsItem->title }}
@empty
No related news available
@endforelse
@forelse($categories as $category) {{ $category->name }} ({{ $category->news_count }}) @empty No categories 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
button
@include('website.partials.footer') @include('website.partials.include_js')