diff --git a/resources/views/productos/producto/datos.blade.php b/resources/views/productos/producto/datos.blade.php index aafe2f5..3918273 100644 --- a/resources/views/productos/producto/datos.blade.php +++ b/resources/views/productos/producto/datos.blade.php @@ -2,7 +2,9 @@
@@ -75,23 +77,15 @@
+ ])) : 'Santiago,%20Chile'}}&ie=UTF8&z={{(isset($producto->direccion)) ? 16 : 11}}&iwloc=B&output=embed">
-
-
-
-
-
-
-
-
-
-
-
-
-
+ @if (isset($producto->descripcion)) +
+

+ {!!nl2br($producto->descripcion)!!} +

-
+ @endif
@push('scripts')