@if ($workOrder->status == 2 || $workOrder->status == 3) @foreach ($workOrder->tasks as $task)
  • completed_at != null ? 'checked disabled' : '' }}>
    @if($task->completed_at == null) @endif
  • @endforeach @endif