@error('supplier.name')
{{ $message }}
@enderror
@error('supplier.address')
{{ $message }}
@enderror
@error('supplier.contact')
{{ $message }}
@enderror
@if ($entreprise_types)
@endif
@if ($supplier['type_entreprise'] == 'iso')
{{-- ISO --}}
@if ($supplier['iso']==true)
@error('supplier.iso_num')
{{ $message }}
@enderror
@endif
@endif
{{-- COFRAC --}}
@if ($supplier['type_entreprise'] === 'cofrac')
@if ($supplier['cofrac']==true)
@error('supplier.cofrac_num')
{{ $message }}
@enderror
@endif
@endif
{{-- certification --}}
@if ($supplier['type_entreprise'] == 'certification')
@if ($supplier['certification']==true)
@error('supplier.certification_num')
{{ $message }}
@enderror
@endif
@endif