@extends('layouts.public') @section('title', 'Customizations — SYSTRONICS') @section('meta_description', 'Selected custom projects delivered for Sage 300 customers.') @section('content') @include('public.partials.page-chrome', [ 'eyebrow' => 'Products', 'title' => 'Customizations', 'lede' => 'Selected custom projects delivered for Sage 300 customers.', 'crumbs' => [ ['label' => 'Home', 'url' => route('public.home')], ['label' => 'Products', 'url' => route('public.products.index')], ['label' => 'Customizations'], ], 'tools' => [ ['label' => 'All', 'url' => route('public.projects.index'), 'active' => ! request()->filled('category')], ['label' => 'Customization', 'url' => route('public.projects.index', ['category' => 1]), 'active' => request('category') == 1], ['label' => 'Report', 'url' => route('public.projects.index', ['category' => 2]), 'active' => request('category') == 2], ], ])
@forelse ($projects as $project) {{ $project->name }} @if ($project->description) {{ \Illuminate\Support\Str::limit($project->description, 140) }} @endif {{ $project->country ?: '—' }} @if ($project->categories->isNotEmpty()) · {{ $project->categories->pluck('name')->join(', ') }} @endif @empty

No published custom projects.

@endforelse
{{ $projects->links() }}

Need something that is not in the catalogue?

Customization Services, Contract Development and Solutions Analysis are how new Sage 300 addons get built.

Services Contact Information
@endsection