{{--
Stories index — /stories
Uses ContentLayout.
--}}
@extends('layouts.nova.content-layout')
@php
$hero_title = 'Skinbase Stories';
$hero_description = 'Artist interviews, community spotlights, tutorials and announcements.';
@endphp
@push('head')
{{-- WebSite / Blog structured data --}}
@endpush
@section('page-content')
{{-- Featured story hero --}}
@if($featured)
{{ $featured->excerpt }}
{{ $featured->title }}
@if($featured->excerpt)
@endif
{{ $featured->author->name }}
·
@endif
@if($featured->published_at)
·
@endif
{{ $featured->reading_time }} min read
{{ $story->excerpt }}
@endifNo stories published yet. Check back soon!