Our story and operating focus

{{ $about['lead'] }}

@foreach ($about['paragraphs'] as $paragraph)

{{ $paragraph }}

@endforeach
@foreach ($about['highlights'] as $highlight) {{ $highlight['label'] }} @endforeach
{{ $about['image_alt'] }}
@if (! empty($about['stats']))
@foreach ($about['stats'] as $stat)
{{ $stat['value'] }} {{ $stat['label'] }}
@endforeach
@endif