]> _ Git - cubist_cms-back.git/commitdiff
wip #5041
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 20 Jan 2022 20:12:09 +0000 (21:12 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 20 Jan 2022 20:12:09 +0000 (21:12 +0100)
src/resources/views/columns/select_from_array.blade.php

index 67b6cd653a05a446b172be61a201280d03de7b3a..4ce99c3ffaae900759e6f30102568df3a57ed9a1 100644 (file)
             if (isset($column['options'][$values])) {
                 echo $column['options'][$values];
             } else {
-                dd($values,$entry);
                 echo '-';
             }
         }
     } else {
-        dd($values);
         echo "-";
     }
     ?>