@extends('layouts.nova.content-layout') @php $hero_title = 'Skinbase Web Stories'; $hero_description = 'Explore visual stories from Skinbase Worlds, creator features, seasonal collections, and digital art highlights.'; @endphp @section('page-content') @if($stories->count() > 0)
@foreach($stories as $story)
@if($story->posterPortraitUrl()) {{ $story->title }} @else
@endif
Web Story

{{ $story->title }}

@if($story->excerpt)

{{ $story->excerpt }}

@endif
@if($story->world) {{ $story->world->title }} @endif @if($story->published_at) @endif
View Story
@endforeach
{{ $stories->links() }}
@else

No Web Stories published yet

Published Skinbase Web Stories will appear here once they are ready.

@endif @endsection