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

{{ __('The body / keywords / actions editor lands as the dedicated Pass B deliverable. Toggle / duplicate / archive operate on the Index page today.') }}

@if ($macro)
{{ __('Name') }}
{{ $macro->name }}
{{ __('Default enabled') }}
{{ $macro->is_default_enabled ? __('yes') : __('no') }}
{{ __('Last updated') }}
{{ $macro->updated_at?->diffForHumans() }}
@endif