@php $VerEditor = auth()->user()->can('Productos - Editor') @endphp @if($VerEditor) @extends('layouts.app') @section('tituloModulo', 'DATOS DEL PRODUCTO') @section('contenido')
@csrf
@if ($datos->imagen_principal_prod) Producto @else Profile @endif
@if (!$datos->nombre_prca == 'Uniformes')
@endif
{!! $datos->descripcion_corta_prod !!}
@if ($datos->nombre_prca == 'Uniformes')
Tallas
@endif @endsection @endif