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

Blog & Insights

Stay informed with the latest industry insights, certification updates, and expert guidance.

{{ $blog->title }}

{{ $blog->title }} {{ $blog->category->name ?? 'Uncategorized' }}
user Admin
{!! $blog->content !!}
@forelse($relatedBlogs as $relatedBlog)
@if($relatedBlog->image_url) {{ $relatedBlog->title }} @endif
{{ $relatedBlog->title }}
@empty
No related blogs available
@endforelse
@forelse($categories as $category) {{ $category->name }} ({{ $category->blogs_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 enquiry form modal for Blog Details page --}} @include('components.enquiry-form-wrapper', ['pageSource' => 'blog-details', 'formType' => 'enquiry'])
@endsection