@extends('layouts.nova.content-layout') @php $hero_title = 'Story Analytics'; $hero_description = 'Performance metrics for "' . $story->title . '".'; @endphp @section('page-content')

Views

{{ number_format($metrics['views']) }}

Likes

{{ number_format($metrics['likes']) }}

Comments

{{ number_format($metrics['comments']) }}

Read Time

{{ number_format($metrics['read_time']) }} min

Views (7 days)

{{ number_format($metrics['views_last_7_days']) }}

Views (30 days)

{{ number_format($metrics['views_last_30_days']) }}

Estimated Read Minutes

{{ number_format($metrics['estimated_total_read_minutes']) }}

Back to editor Preview story @if($story->status === 'published' || $story->status === 'scheduled') Open published page @endif
@endsection