@if (post) {
{{ t('Edit status page group:') }} {{ post.name }}
1 {{ t('Status page group configuration') }} 2 {{ t('Membership configuration') }}
{{ t('Status page matrix') }}
@for (category of post.statuspagegroup_categories; track $index) { } @for (collection of post.statuspagegroup_collections; track $index; let collectionIndex = $index) { @for (category of post.statuspagegroup_categories; track $index; let categoryIndex = $index) { } }
{{ t('Collection') }} {{ category.name }}
{{ collection.name }}
}