@if ($supplier['value.name'] === 'iso')
@if ($supplier['iso'] == 1)
@else
@endif
@endif
@if ($supplier['value.name'] === 'cofrac')
@if ($supplier['cofrac'] == 1)
@else
@endif
@endif
@if ($supplier['value.name'] === 'certification')
@if ($supplier['certification'] == 1)
@else
@endif
@endif