@php
$alphabet = range('A', 'Z');
if ($application->product_group->is_ggp) {
$tabs = [
'general' => 'General Information',
'service' => 'Service Requirement',
'product' => 'Product Requirement',
'certification' => 'Service Certifications and
Standards',
// 'environment' => 'Environment Management',
'contact' => 'Contact Person',
];
} else {
$tabs = [
'general' => 'General Information',
'contact' => 'Contact Person',
];
}
@endphp