{{ content('about.story.heading') }}
{{ content_html('about.story.body') }}
flag
flag
{{ content('about.mission_vision.mission_title') }}
{{ content('about.mission_vision.mission_description') }}
visibility
visibility
{{ content('about.mission_vision.vision_title') }}
{{ content('about.mission_vision.vision_description') }}
@php
$valuesSubheading = content('about.values.subheading');
@endphp
{{ content('about.values.heading') }}
@if ($valuesSubheading !== ''){{ $valuesSubheading }}
@endif
@foreach ($coreValues as $coreValue)
@php $style = $valueCardStyles[$loop->index % 3]; @endphp
@endforeach
{{ $coreValue->icon }}
{{ $coreValue->translate('title') }}
@if ((string) $coreValue->translate('subtitle') !== ''){{ $coreValue->translate('subtitle') }}
@endif{{ $coreValue->translate('description') }}
{{ content('about.approach.badge') }}
{{ content('about.approach.heading') }}
{{ content_html('about.approach.intro') }}
@if ($approachSteps->isNotEmpty())
@foreach ($approachSteps as $step)
@endif
{{ sprintf('%02d', $loop->iteration) }}
@endforeach
{{ $step->translate('title') }}
{{ $step->translate('description') }}
{{ content('about.leadership.heading') }}
@foreach ($teamMembers as $member)
@endforeach
{{ $member->translate('name') }}
{{ $member->translate('role') }}
{{ $member->translate('bio') }}
{{ content('about.cta.heading') }}
{{ content('about.cta.description') }}