{{ $application->services->is_certified_eco == 1 ? 'Yes' : 'No' }}
{{ $application->services->energy_efficiency ?? '-' }}
{{ $application->services->sustainable_management ?? '-' }}
{{ $application->services->chemical_management ?? '-' }}
{{ $application->services->safety_health == 1 ? 'Yes' : 'No' }}
{{ $application->services->incorporating_equipment == 1 ? 'Yes' : 'No' }}