{{ $help }} Public URL: @if ($page->exists) {{ $page->publicPath() }} @else /releases/{{ $page->slug }} @endif

@error('title')
{{ $message }}
@enderror
/releases/
@error('slug')
{{ $message }}
@enderror
is_published))>
is_current))>
Home, the header, and /releases use the current year. Older years stay at their own URLs.

Products

@php $rows = old('items', $page->normalizedItems()); if ($rows === []) { $rows = [['code' => '', 'name' => '', 'slogan' => '', 'date' => '', 'icon' => '']]; } @endphp @foreach ($rows as $i => $row) @endforeach
Code Product name Slogan Release date Icon URL
@foreach ($products as $product) @endforeach