@extends('layouts.app') @section('title', 'Certificates of Origin') @push('styles') @endpush @section('breadcrumbs') @endsection @section('content')
Manage export certificates of origin
| COO # | Date | Order # | Type | Country of Origin | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $cert->coo_number }} | {{ $cert->created_at->format('d M Y') }} | {{ $cert->order->order_number ?? 'N/A' }} | {{ ucfirst(str_replace('_', ' ', $cert->coo_type ?? 'non_pref')) }} | {{ $cert->country_of_origin ?? 'N/A' }} | {{ ucfirst($cert->status) }} | |
No certificates | ||||||