{{ $post->title }}
@if($post->subtitle){{ $post->subtitle }}
@endif @if($post->thumbnail)
{!! $post->texteditor !!}
@endif
@extends('layouts.app') @section('title', $seoData['seo_title'] ?? $post->title . ' - stempire') @section('meta_description', $seoData['seo_description'] ?? 'Read about ' . $post->title . ' on stempire educational platform.') @section('meta_keywords', $seoData['seo_keywords'] ?? 'stempire, education, courses, ' . strtolower($post->title)) @section('og_image', $post->thumbnail ? asset('storage/' . $post->thumbnail) : asset('favicon.svg')) @section('content')