@props(['product' => new \App\Models\Product()])

C. Product Certifications & Standards

Additional Green Product Certification (as per GGP Guideline 3.0)

No file selected
@error('green_cert') {{ $message }} @enderror

Others Compliance with Government Requirement

ggp_energy_star) == 1)>
ggp_energy_star) == 0)>
ggp_epeat) == 1)>
ggp_epeat) == 0)>
ggp_mcmc) == 1)>
ggp_mcmc) == 0)>
@forelse ($product->attachments->where('type', 'other_cert')->sortBy('index') as $otherCert)
No file selected
@error('other_cert') {{ $message }} @enderror
@if (!$loop->first)
@endif
@empty
No file selected
@error('other_cert') {{ $message }} @enderror
@endforelse