@php $_navbarTabCount = 0; foreach ($config['form']['navbar'] ?? [] as $_nb) { if (!empty($_nb['status'])) { $_navbarTabCount++; } } @endphp