@php $typeLabel = $typeOptions[$costCenter->type] ?? ucfirst(str_replace('_', ' ', $costCenter->type)); @endphp

View Cost Center: {{ $costCenter->code }}

is_active ? 'checked' : '' }} disabled>
@if ($costCenter->children->isNotEmpty())
@endif