@extends('layouts.public') @section('title', 'SYSTRONICS — Site Map') @section('meta_description', 'Every page on the SYSTRONICS website, grouped the way the menu is grouped.') @php $companyPages = collect($sections['company'] ?? []); $legalSlugs = ['copyright', 'privacy', 'disclaimer', 'eula', 'legal']; $contactSlugs = ['contacts']; $companyLinks = $companyPages->reject(fn (array $page) => in_array($page['slug'], [...$legalSlugs, ...$contactSlugs], true)); $legalLinks = $companyPages->filter(fn (array $page) => in_array($page['slug'], $legalSlugs, true)); $contactLinks = $companyPages->filter(fn (array $page) => in_array($page['slug'], $contactSlugs, true)); $serviceLinks = collect($sections['services'] ?? []); $otherLinks = collect($sections['other'] ?? []); $yearReleases = collect($yearReleases ?? []); @endphp @section('content')
Every page on this site, grouped the way the menu is grouped.
Ask the team directly — sales, support and development enquiries are answered six days a week.