{{-- 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)
@csrf @foreach ($callNextParams as $key => $value) @if (is_scalar($value)) @endif @endforeach @if (! empty($branchId)) @endif @if (! empty($currentAppointmentId)) @endif
@endif