{{ $application->services->cleaning_agent == 1 ? 'Yes' : 'No' }}
{{ $application->services->certified_energy == 1 ? 'Yes' : 'No' }}
{{ $application->services->compostable_garbage == 1 ? 'Yes' : 'No' }}
{{ $application->services->recycled_toilet == 1 ? 'Yes' : 'No' }}
{{ $application->services->air_freshener == 1 ? 'Yes' : 'No' }}
{{ $application->services->protective_equipment == 1 ? 'Yes' : 'No' }}