Content not available.
@endif{{-- Single story page — /stories/{slug} Uses ContentLayout. Includes: Hero, Article content, Author box, Related stories, Share buttons. --}} @extends('layouts.nova.content-layout') @php $hero_title = $story->title; @endphp @push('head') {{-- OpenGraph --}} @if($story->cover_url) @endif @if($story->published_at) @endif @if($story->updated_at) @endif {{-- Twitter / X card --}} @if($story->cover_url) @endif {{-- Article structured data (schema.org) --}} @endpush @section('page-content')
Content not available.
@endifShare this story
About the author
{{ $story->author->bio }}
@endif