@php $VerEditor = auth()->user()->can('Productos - Visor') || auth()->user()->can('Productos - Editor') @endphp @if($VerEditor) @extends('layouts/app') @section('tituloModulo', 'PRODUCTOS') @section('contenido')
@can('Productos - Editor')
@if(auth()->user()->hasRole('Vendedor'))
@if ($lista == 'Todos Los Productos') @else @endif
@endif
@endcan
@endsection @endif