@extends('hiremee-revamp.layouts.main-layout') @section('pageTitle', $blog->title ?? 'An AI Powered Assessments & hiring platform | HireMee') @section('metaKey', $blog->metakey) @section('metaKeyDescription', $blog->meta_desc) @php $thumb_image = public_path('assets/hiremee-revamp/images/logo-ver.png'); @endphp @if(!empty($blog->thumbnail_image)) @section('thumbnailImage', $blog->thumbnail_image) @else @section('thumbnailImage', $thumb_image) @endif @section('content')