| Vessel | Invoice No | Port | Amount | Due Date | Status | Attachments | Actions |
|---|---|---|---|---|---|---|---|
| {{ $record->vessel->name ?? 'N/A' }} | {{ $record->invoice_no ?? 'N/A' }} | {{ $record->port ?? 'N/A' }} | ${{ number_format($record->amount ?? 0, 2) }} | {{ $record->due_date ? $record->due_date->format('d/m/Y') : 'N/A' }} | {{ $record->status->name ?? 'Paid' }} | {{ $record->attachments->count() }} files |
@if(request('search')) No paid records match your search criteria. @else No records have been marked as paid yet. @endif