{{ $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') @push('head') @endpush @section('content')
Drafts
{{ number_format($drafts->count()) }}
Published
{{ number_format($publishedStories->count()) }}
Archived
{{ number_format($archivedStories->count()) }}
No drafts yet.
@else @endifNo published stories yet.
@else @endifNo archived stories.
@elseArchived {{ optional($story->updated_at)->diffForHumans() }}