{{-- Incluido por tasks.create y tasks.edit — espera $form (TaskForm), $this->companies y $this->usuarios --}}
@foreach ($form->urgencyTypeOptions() as $tipo) @endforeach
@foreach ($form->prioridadOptions() as $opcion) @endforeach
@php $esSoporte = $form->urgency_type === \App\Enums\UrgencyType::Soporte->value; @endphp $esSoporte]) /> @if ($esSoporte)

Calculada automáticamente — SLA {{ $form->prioridad ?: '—' }}: {{ $form->prioridad ? \App\Models\SlaConfig::horasPara(\App\Enums\Prioridad::from($form->prioridad)) : '—' }}h desde ahora.

@endif
@foreach ($this->companies as $company) @endforeach
@if ($form->company_id)
@endif
@foreach ($this->usuarios as $usuario) @endforeach