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