{{-- Author stories page — /stories/author/{username} Uses ContentLayout. --}} @extends('layouts.nova.content-layout') @php $authorDisplayName = $author->user?->username ?? $author->name; $hero_title = 'Stories by ' . $authorDisplayName; $hero_description = 'All stories and interviews by ' . $authorDisplayName . ' on Skinbase.'; @endphp @section('page-content') {{-- Author spotlight --}}
{{ $author->bio }}
@endif @if($author->user) View profile @endif{{ $story->excerpt }}
@endifNo published stories from this author yet.
Browse all stories →