Additional Green Product Certification (as per GGP Guideline 3.0)
@if ($greenCert = $product->attachments->firstWhere('type', 'green_cert'))
@endif
Others Compliance with Government Requirement
@if ($product->attachments->where('type', 'other_cert')->count() > 0)
@php
$otherCerts = $product->attachments->where('type', 'other_cert');
@endphp
@endif