jqh 5 anni fa
parent
commit
460ce09cb1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/Show/Field.php

+ 1 - 1
src/Show/Field.php

@@ -460,7 +460,7 @@ HTML;
     {
         $name = $this->name;
 
-        return $this->as(function ($value) use ($view, $name) {
+        return $this->unescape()->as(function ($value) use ($view, $name) {
             $model = $this;
 
             return view($view, compact('model', 'value', 'name'))->render();