@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(), ])
{{ $year }}

{{ $heading }}

@include('public.partials.release-year', [ 'year' => $year, 'subtitle' => '', 'sections' => $sections, ])

Talk to the SYSTRONICS team

Sales, support and development enquiries are answered from two offices, six days a week.

Contact Information All Products
@endsection