Offers intake — request injections

Activate a pre-defined commercial or operational request from the catalog below. Operators only see active rows in the Offers & trade intake picker — wording is not entered free-form here. To add new templates, extend config/intake_injection_catalog.php and deploy.

Activate from catalog

@csrf

Saving updates the body to the catalog version and sets the row active for the offers intake module.

Library

@forelse ($intakeRequestInjections as $inj)

{{ $inj->name }}

#{{ $inj->id }} · {{ $inj->module_scope }} · order {{ $inj->sort_order }}

@if ($inj->is_active) Active @else Inactive @endif
@if ($inj->is_active)
@csrf
@endif

{{ \Illuminate\Support\Str::limit($inj->body, 420) }}

@empty

No injections yet. Activate a catalog template to populate the intake module picker.

@endforelse