@include('partials.html-root-open') @include('partials.head-meta', ['pageTitle' => 'Offers & trade intake']) @include('partials.desktop-required-notice') @include('partials.workspace-lg-only-wrap-start') @include('partials.activity-drawer') @php $offersIntakeBootstrap = [ 'payload' => $offersPayload, 'resumeCommunicationsId' => $resumeCommunicationsId ?? null, 'communicationsFlash' => ($resumeCommunicationsId ?? null) ? session('status') : null, 'communicationsError' => (($resumeCommunicationsId ?? null) && $errors->any()) ? $errors->first() : null, 'routes' => $offersActionRoutes ?? [], ]; $__opsHeaderHref = \App\Support\WorkspaceNavigation::hrefForOperatorSurfaceWhenCpanelPreview('operations'); @endphp
@include('partials.workspace-shell-operator-chrome') @include('partials.control-preview-shell-banner')

Commercial intake

Offers & trade intake

Inbound commodity opportunities, commercial procedure review, and operational acceptance into the live voyage and treasury exposure stack. Each intake carries a validity window and expires automatically when the window closes. New opportunities are fed daily through the intake seed pipeline. Company-treasury operational costs require explicit approval inside the communications module before lifecycle progression continues.

@if(\App\Support\WorkspaceNavigation::userMayConfigurePlatform($user ?? null))

Manage approved request messages workspace-defined wording operators can choose in intake communications.

@endif
@if (session('status') && !($resumeCommunicationsId ?? null))
{{ session('status') }}
@endif @if ($errors->any() && !($resumeCommunicationsId ?? null))
{{ $errors->first() }}
@endif

Intelligence rail

Latest acceptances, treasury cost gates, and lifecycle pauses.

Latest accepted / live

No recent acceptances on file.

Treasury approvals pending

No pending operational cost lines.

Operational pauses

No operational lifecycle pauses on file.

Actionable intake

Open for review before validity ends

Expiring ≤24h

Requires immediate commercial decision

Expired (archive)

Closed automatically at validity end

Active pipeline

Offers in review, queue, or live operations

Accepted today

Commercial acceptance → operations

Rejected today

Archived with reason — searchable

Pending review exposure

Estimated settlement notional (review states)

Intake dossier

Procedure, counterparty, route economics, and operational risk posture.

Live refresh ~14s

{{-- Operational communications dialog --}}
@include('partials.workspace-lg-only-wrap-end')