@extends('layouts.app') @section('title', 'COO #'.optional($certificate)->coo_number) @section('breadcrumbs') @endsection @section('content')

{{ $certificate->coo_number }}

Certificate of Origin

Edit

CERTIFICATE OF ORIGIN

Certificate #{{ $certificate->coo_number }}

Exporter
{{ $company->name ?? config('app.name') }}
{{ $company->address ?? '' }}
Consignee
{{ $certificate->order->customer->name ?? 'N/A' }}
{{ $certificate->order->customer->address ?? '' }}
Country of Origin
{{ $certificate->country_of_origin ?? 'N/A' }}
Destination Country
{{ $certificate->destination_country ?? 'N/A' }}
Description of Goods
{{ $certificate->goods_description ?? 'N/A' }}
H.S. Code
{{ $certificate->hs_code ?? 'N/A' }}
Quantity / Weight
{{ $certificate->quantity_weight ?? 'N/A' }}
Invoice Value
{{ $certificate->invoice_value ?? 'N/A' }}
Type
{{ ucfirst(str_replace('_', ' ', $certificate->coo_type ?? '')) }}
Issuing Authority
{{ ucfirst($certificate->issuing_authority ?? '') }}
Status
{{ ucfirst($certificate->status) }}
@endsection