{{ $story->title }}
{{ str_replace('_', ' ', $story->status) }}Last edited {{ optional($story->updated_at)->diffForHumans() }}
@if($story->rejected_reason)Rejected: {{ \Illuminate\Support\Str::limit($story->rejected_reason, 180) }}
@endif@extends('layouts.nova.content-layout') @php $hero_title = 'My Stories'; $hero_description = 'Drafts, published stories, and archived work in one creator dashboard.'; @endphp @section('page-content')
Write, schedule, review, and track your stories.
No drafts yet.
@else @endifNo published stories yet.
@else @endifNo archived stories.
@elseArchived {{ optional($story->updated_at)->diffForHumans() }}