@extends('layouts.nova') @section('content') @php $currentCategory = (string) (request()->route('category') ?? request()->query('category', '')); $storyTabs = [ ['label' => '🔥 Trending', 'href' => '#trending'], ['label' => '🚀 New & Hot', 'href' => '#featured'], ['label' => '⭐ Best', 'href' => '#latest'], ['label' => '🕐 Latest', 'href' => '#latest'], ]; @endphp
Browse
List of all published stories across tutorials, creator journals, interviews, and project breakdowns.
{{ $featured->excerpt }}
by @{{ $featured->creator?->username ?? 'unknown' }} • {{ $featured->reading_time }} min read • {{ number_format((int) $featured->views) }} views