{{ $story->title }}
@if($story->excerpt){{ $story->excerpt }}
@endifDiscussion
@if($comments->isEmpty())No comments yet.
@else{{ $comment->body }}
@extends('layouts.nova.content-layout') @php $hero_title = $story->title; $hero_description = $story->excerpt ?: \Illuminate\Support\Str::limit(strip_tags((string) $story->content), 160); @endphp @push('head') @php $storyUrl = $story->canonical_url ?: route('stories.show', ['slug' => $story->slug]); $creatorName = $story->creator?->display_name ?: $story->creator?->username ?: 'Unknown creator'; $metaDescription = $story->meta_description ?: $hero_description; $metaTitle = $story->meta_title ?: $story->title; $ogImage = $story->og_image ?: $story->cover_url; @endphp @if($ogImage) @endif @if($ogImage) @endif @endpush @section('page-content')
{{ $story->excerpt }}
@endifNo comments yet.
@else{{ $comment->body }}