@php $VerEditor = auth()->user()->can('Productos - Editor') @endphp @if($VerEditor) @extends('layouts/app') @section('tituloModulo', 'DATOS DEL PRODUCTO') @section('contenido')
Regresar
@csrf
@if ($datos->imagen_principal_prod) Producto @else Profile @endif
{!! $datos->descripcion_corta_prod !!}
{!! $datos->descripcion_larga_prod !!}
Colores
Imagenes secundarias
@endsection @endif