@extends('layouts.nova.content-layout') @php $hero_title = 'Story Preview'; $hero_description = 'This preview mirrors the final published layout.'; @endphp @section('page-hero')
@include('components.breadcrumbs', ['breadcrumbs' => collect([ ['label' => 'Home', 'url' => route('index')], ['label' => 'Story Preview'], ])])
Preview mode Matches the published story canvas

{{ $hero_title }}

{{ $hero_description }} Review the story rhythm, media scale, and spacing here before you publish.

Preview workspace

Use this surface to check composition, scan the story in its published canvas, and jump back into editing without hunting for controls.

Current status

{{ str_replace('_', ' ', ucfirst($story->status)) }}

@if($story->rejected_reason)

{{ $story->rejected_reason }}

@endif
@endsection @section('page-content')
@if($story->cover_url) {{ $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