@extends('layouts.admin') @section('title', 'Product releases — '.config('app.name')) @section('page_title', 'Product releases') @section('breadcrumbs') @endsection @section('content')
Release years

Each year keeps its own public page. Create a new year instead of renaming the old slug.

New release year
@forelse ($pages as $page) @empty @endforelse
Year Title Products Status
/releases/{{ $page->slug }} {{ $page->title }} {{ count($page->normalizedItems()) }} @if ($page->is_current) Current @endif @if ($page->is_published) Published @else Draft @endif Edit · View · Duplicate ·
@csrf @method('DELETE')
No release years yet.
@endsection