@include('partials.html-root-open') @include('partials.head-meta', ['pageTitle' => 'Operations History']) @include('partials.desktop-required-notice') @include('partials.workspace-lg-only-wrap-start') @include('partials.activity-drawer')
@include('partials.workspace-shell-operator-chrome') @include('partials.control-preview-shell-banner')

Operations History

Archived voyage cycles, settlement posture, and corridor context. Select a record for the full archive dossier.

Operations @php $user?->loadMissing('role'); @endphp @if(\App\Support\WorkspaceNavigation::userMayConfigurePlatform($user)) Control Panel @endif
@if (request()->filled('q')) Clear @endif

Archived operations

{{ $items->total() }} record{{ $items->total() === 1 ? '' : 's' }}

@forelse ($items as $item) @php $tone = match ($item['status_tone'] ?? 'indigo') { 'emerald' => 'bg-emerald-50 text-emerald-800 border-emerald-200', 'slate' => 'bg-slate-100 text-slate-700 border-slate-200', default => 'bg-indigo-50 text-indigo-800 border-indigo-200', }; @endphp

{{ $item['headline'] }}

{{ $item['status_label'] }} {{ $item['operation_type'] }}

{{ $item['excerpt'] }}

Route · {{ $item['route'] }}
Vessel · {{ $item['vessel_line'] }}
Quantity · {{ $item['quantity_line'] }}
Procedure · {{ $item['procedure'] }}

{{ $item['paid_line'] }}

{{ $item['value'] }}

{{ $item['completed_human'] }}

Open dossier →

@empty

No archived operations match your search.

@endforelse
@if ($items->hasPages())
{{ $items->links() }}
@endif
@include('partials.workspace-lg-only-wrap-end')