@extends('layouts.public')
@section('title', ($pageTitle ?? ('Version '.$year.' Releases')).' — SYSTRONICS')
@section('meta_description', ($pageTitle ?? ('Version '.$year.' Releases')).' | SYSTRONICS')
@php
$heading = $pageTitle ?? ('Version '.$year.' Releases');
@endphp
@section('content')
@include('public.partials.page-chrome', [
'eyebrow' => 'Company',
'title' => $heading,
'lede' => filled($subtitle) ? $subtitle : 'Product releases, version certifications and company announcements, most recent first.',
'crumbs' => [
['label' => 'Home', 'url' => route('public.home')],
['label' => 'Company'],
['label' => $heading],
],
'tools' => collect($archive ?? [])->map(fn ($page) => [
'label' => $page->title,
'url' => $page->publicPath(),
'active' => ($currentSlug ?? $year) === $page->slug,
])->all(),
])
{{ $heading }}
Sales, support and development enquiries are answered from two offices, six days a week.