{{-- Inline Queue ops when Care↔Queue integration is enabled (not a bolted-on Service counter). --}} @php $qi = $queueIntegration ?? null; $callNextRoute = $queueCallNextRoute ?? null; $callNextParams = $queueCallNextParams ?? []; @endphp @if (! empty($qi['enabled']) && $callNextRoute)

Queue

Call next, serve, and complete on this list — tickets are for this department only.

@csrf @foreach ($callNextParams as $key => $value) @if (is_scalar($value)) @endif @endforeach @if (! empty($branchId)) @endif
@endif