{{ __('site.process_eyebrow') }}

{{ __('site.process_heading') }}

{{ __('site.process_subtitle') }}

    @foreach ($steps as $index => $step) @php $key = (string) ($step['key'] ?? ''); $num = str_pad((string) ($index + 1), 2, '0', STR_PAD_LEFT); $accent = (string) ($step['accent'] ?? 'cyan'); $icon = (string) ($step['icon'] ?? 'repair'); $chips = is_array($step['chips'] ?? null) ? $step['chips'] : []; $isLast = $index === array_key_last($steps); @endphp @if ($key !== '')
  1. {{ __('site.process_step_label', ['num' => $num]) }}

    {{ __('site.process_'.$key.'_title') }}

    {{ __('site.process_'.$key.'_desc') }}

    @if ($chips !== [])
      @foreach ($chips as $chipKey)
    • {{ __('site.'.$chipKey) }}
    • @endforeach
    @endif
  2. @endif @endforeach

{{ __('site.process_ready_title') }}

{{ __('site.process_ready_sub', ['hours' => __('site.process_turnaround_hours')]) }}

{{ __('site.cta_track') }}