@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

Browse Stories

List of all published stories across tutorials, creator journals, interviews, and project breakdowns.

All @foreach($categories as $category) {{ $category['name'] }} @endforeach
@if($featured) @endif

Categories

@foreach($categories as $category) {{ $category['name'] }} @endforeach

Latest Stories

@foreach($latestStories as $story) @endforeach
{{ $latestStories->links() }}
@endsection @push('scripts') @endpush