{{ content('our_model.overview.badge') }}
{{ content('our_model.overview.heading') }}
{{ content_html('our_model.overview.paragraph') }}
@foreach ($features as $feature)
{{ $feature->icon }}
@endforeach
{{ $feature->translate('title') }}
{{ $feature->translate('description') }}
{{ content('our_model.phases.heading') }}
@foreach ($phases as $phase)
@endforeach
{{ $phase->icon }}
{{ $phase->translate('label') }}
{{ $phase->translate('title') }}
{{ $phase->translate('description') }}
-
@foreach ($phase->translate('items') ?? [] as $item)
- check_circle {{ $item }} @endforeach
psychology {{ content('our_model.deep_dive.philosophy_heading') }}
{{ content_html('our_model.deep_dive.philosophy_paragraph') }}
insights {{ content('our_model.deep_dive.impact_heading') }}
{{ content_html('our_model.deep_dive.impact_paragraph') }}
architecture
{{ content('our_model.deep_dive.join_heading') }}
{{ content_html('our_model.deep_dive.join_paragraph') }}
{{ content('our_model.cta.heading') }}
{{ content('our_model.cta.description') }}
@php
$modelPdf = content('our_model.cta.pdf');
@endphp
@if ($modelPdf !== '')
download
{{ __('Download Model PDF') }}
@endif