{{-- Inline Queue ops when Care Queue Engine is enabled. --}} @php $qi = $queueIntegration ?? null; $callNextRoute = $queueCallNextRoute ?? null; $callNextParams = $queueCallNextParams ?? []; $currentAppointmentId = $currentAppointmentId ?? null; @endphp @if (! empty($qi['enabled']) && $callNextRoute)
@endif