No vessels found
Add First Vessel| Vessel | Invoice No | Port | Amount | Due Date | Status | Attachments | Actions |
|---|---|---|---|---|---|---|---|
|
|
{{ $record->invoice_no ?? 'N/A' }} | {{ $record->port ?? 'N/A' }} | ${{ number_format($record->amount ?? 0, 2) }} | @if($record->due_date) {{ $record->due_date->format('d/m/Y') }} @else N/A @endif | {{ $record->status->name ?? 'Unpaid' }} | {{ $record->attachments->count() }} files |
No records found matching "{{ $searchTerm }}".
@elseGet started by adding a vessel and creating some records.
@endif