@props(['services', 'domains'])

Core services

Solutions built around three specialist domains.

View all services
@forelse($services as $service)
{{ strtoupper(substr($service->title, 0, 2)) }}

{{ $service->title }}

{{ $service->summary }}

Explore service
@empty @foreach($domains->take(3) as $domain)
{{ strtoupper(substr($domain->name, 0, 2)) }}

{{ $domain->name }}

{{ $domain->description }}

Explore domain
@endforeach @endforelse