@extends('layouts.app') @section('title', 'Certificates of Origin') @push('styles') @endpush @section('breadcrumbs') @endsection @section('content')

Certificates of Origin

Manage export certificates of origin

New COO
@forelse($certificates as $cert) @empty @endforelse
COO #DateOrder #TypeCountry of OriginStatusActions
{{ $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

@endsection @push('scripts') @endpush