@extends('layouts.public') @section('title', $project->name.' — SYSTRONICS') @section('meta_description', \Illuminate\Support\Str::limit($project->description ?: $project->name, 150)) @php $meta = collect([ $project->country ?: null, $project->categories->isNotEmpty() ? $project->categories->pluck('name')->join(', ') : null, ])->filter()->implode(' · '); @endphp @section('content') @include('public.partials.page-chrome', [ 'eyebrow' => 'Customizations', 'title' => $project->name, 'lede' => $project->description, 'meta' => $meta, 'crumbs' => [ ['label' => 'Home', 'url' => route('public.home')], ['label' => 'Customizations', 'url' => route('public.projects.index')], ['label' => $project->name], ], ])
{!! app(\App\Support\Html\LegacyContentNormalizer::class)->toSafeHtml((string) $project->content) !!}

Talk to the SYSTRONICS team

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

Customization Services All customizations
@endsection