diff --git a/resources/views/components/matrix-choice.blade.php b/resources/views/components/matrix-choice.blade.php index e445e91..7e42ce5 100644 --- a/resources/views/components/matrix-choice.blade.php +++ b/resources/views/components/matrix-choice.blade.php @@ -1,12 +1,13 @@ - - @php - $statePath = $getStatePath(); - $pilColor = $getPilColor(); - $id = $getId(); - $rowData = $getRowData(); - $columnData = $getColumnData(); - @endphp +@php + $statePath = $getStatePath(); + $pilColor = $getPilColor(); + $id = $getId(); + $rowData = $getRowData(); + $columnData = $getColumnData(); + $isDisabled = $isDisabled(); +@endphp +
@@ -27,13 +28,13 @@ @endphp @endforeach