jqh %!s(int64=5) %!d(string=hai) anos
pai
achega
460ce09cb1
Modificáronse 1 ficheiros con 1 adicións e 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();