From be52ef1f357af3a17ad280ea866c652870c25df9 Mon Sep 17 00:00:00 2001 From: Ash Monsh Date: Wed, 4 Sep 2024 21:14:28 +0300 Subject: [PATCH] Update matrix-choice.blade.php --- .../views/components/matrix-choice.blade.php | 31 ++++++++++--------- 1 file changed, 16 insertions(+), 15 deletions(-) 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