@php $automation = $this->target(); @endphp
{{ __('Platform defaults') }}
{{ $automation ? $automation->name : __('Edit default automation') }} {{ __('Editing platform-default automations lands in the next pass.') }}
{{ __('Back to automations') }}
{{ __('Coming in Pass B') }}

{{ __('The sectional builder (Trigger / Schedule / Conditions / Actions / Scope) lands as the dedicated Pass B deliverable. Toggle / duplicate / remove operate on the Index page today.') }}

@if ($automation)
{{ __('Trigger') }}
{{ $automation->triggerTypeLabel() }}
{{ __('Cadence') }}
{{ $automation->cadenceLabel() }}
{{ __('Default enabled') }}
{{ $automation->is_default_enabled ? __('yes') : __('no') }}
{{ __('Last updated') }}
{{ $automation->updated_at?->diffForHumans() }}
@endif