@extends('layouts.nova.content-layout') @php $hero_title = 'Stories by @' . $creator->username; $hero_description = 'Creator stories published by @' . $creator->username . '.'; @endphp @section('page-content')

Creator Stories

Browse long-form stories from this creator.

View profile
@if($stories->isNotEmpty())
@foreach($stories as $story) @endforeach
{{ $stories->links() }}
@else
No stories published by this creator yet.
@endif
@endsection