Permit Number - {{ $productCertification->permit_number }}

{{ $productCertification->Client->name }}

{{ $productCertification->Brand->name . ' ' . $productCertification->Product->name }}

{{ $productCertification->Standard->standard_number }}

Permit Number


Product


Brand


Standard


Brand Owner


Manufacturer


Manufactured Plant


Scope


Permit Status


Date of issue


Date of Expiry


Product Category


Standard Details

Scope


ICS Number

{{ $productCertification->Standard->ics_number }}


Equilalent Standard

{{ $productCertification->Standard->equilalent_standard }}


International Relationships

{{ $productCertification->Standard->international_relationships }}


Standard Types

{{ $productCertification->Standard->StandardType->name }}


Standard Category

{{ $productCertification->Standard->StandardCategory->name }}


Standard Statuses

{{ $productCertification->Standard->StandardStatuses->name }}


Revision No.

{{ $productCertification->Standard->revision_number }}


Standard Price Grade

{{ $productCertification->Standard->StandardPriceGrade->price_grade }}


Amendments
@if (!empty($productCertification->Standard->StandardContentAnnexure))
    @foreach ($productCertification->Standard->StandardContentAnnexure as $annexure)
  • {{ $annexure->annexure_no }} ({{ ucwords(strtolower($annexure->order_no)) }}) Download
  • @endforeach
@endif