@if ($active)

{{ $parked ? __('delivery.parked_title') : __('dashboard.provisioning_title') }}

{{-- Parked is not failed and not slow: the order is paid and a machine is being bought for it. Left under the generic "wird eingerichtet" wording, a customer watching a stepper stand still for two days has every reason to think something broke. --}}

@if ($failed) {{ __('dashboard.provisioning_failed') }} @elseif ($parked) {{ __('delivery.parked_body') }} @else {{ __('dashboard.provisioning_sub') }} @endif

@endif