@extends('layout.app') @section('titulo') Productos @endsection @section('contenido')
@if (auth()->user()->role->rolModuloPermisos->where('modulo_id', 7)->where('permiso_id', 1)->isNotEmpty()) @endif
@livewire('producto.tabla') @endsection