INSPECTION CERTIFICATE

Quality Control Document

Certificate No: IC-{{ $order->order_number ?? 'N/A' }}-{{ date('Ymd') }} Inspection Date: {{ now()->format('M d, Y') }}
Order Number: {{ $order->order_number ?? 'N/A' }} Customer PO: {{ $order->customer_po_number ?? 'N/A' }}
PRODUCT INFORMATION
Product Description: Commercial goods as per order specification Total Quantity: {{ $order->confirmed_quantity ?? 'N/A' }} units
Inspection Location: [Manufacturing Facility/ Warehouse] Inspection Standard: AQL 2.5 / ISO 2859-1
INSPECTION RESULTS
Inspection Item Standard Result Status Remarks
Quantity Verification Match order quantity {{ $order->confirmed_quantity ?? 'N/A' }} units ✓ PASS Quantity confirmed
Packaging Proper and secure Standard export packaging ✓ PASS Cartons in good condition
Labeling Correct and clear All labels present ✓ PASS Labels match order details
Workmanship No major defects Random sample checked ✓ PASS Quality meets standards
Documentation Complete and accurate All docs available ✓ PASS Commercial invoice, packing list
SAMPLING DETAILS
Sample Size: {{ min(50, $order->confirmed_quantity) }} units Sampling Method: Random Sampling
Defects Found: 0 Major, 2 Minor Acceptance Level: Within AQL 2.5 limits
CONCLUSION

OVERALL RESULT: PASSED

The inspected goods meet the required quality standards and specifications as per the purchase order. The quantity, packaging, labeling, and workmanship are satisfactory. The shipment is approved for dispatch.

@if($include_signature)
INSPECTOR:

_________________________
Name: [Inspector Name]
Position: Quality Control Inspector
Date: {{ now()->format('M d, Y') }}
Signature: _________________
APPROVED BY:

_________________________
Name: [Approver Name]
Position: Quality Manager
Date: {{ now()->format('M d, Y') }}
Signature: _________________
OFFICIAL
STAMP
@endif @if($include_terms)
TERMS AND CONDITIONS

1. This certificate is based on random sampling inspection at the time of examination.
2. The inspection does not relieve the supplier of responsibility for latent defects.
3. This certificate is valid only for the specific lot inspected.
4. The inspection results are confidential and intended only for the parties involved.

@endif