jqh hace 5 años
padre
commit
460ce09cb1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();