@extends('layouts.nova.content-layout') @php $hero_title = 'Story Preview'; $hero_description = 'This preview mirrors the final published layout.'; @endphp @section('page-content')
@if($story->cover_image) {{ $story->title }} @endif
{{ str_replace('_', ' ', $story->story_type) }} {{ (int) $story->reading_time }} min read Preview

{{ $story->title }}

@if($story->excerpt)

{{ $story->excerpt }}

@endif
{!! $safeContent !!}
@endsection