@forelse ($Productos as $item)

{{ $item->PROD_NOMBRE }}
{{ $item->CATE_NOMBRE }} $ {{ number_format($item->PROD_PREVENTA, 2) }} {{ $item->PROD_DESCRIPCION }} {{ $item->PROD_ORDEN }} {{-- @if ($item->PROD_ESTADO == 0) Bloqueado @elseif($item->PROD_ESTADO == 1) Activo @else Agotado @endif --}} @if (privilegio('Editar producto')) @endif @if (privilegio('Eliminar producto')) @endif @if ($item->PROD_COMPLEMENTO == 1 && privilegio('Agregar producto complemento')) @endif {{-- @if (false) @endif --}} @empty No se encontraron registros @endforelse @if (!is_array($Productos))
Mostrando {{ ($Productos->currentpage() - 1) * $Productos->perpage() + 1 }} a {{ $Productos->currentpage() * $Productos->perpage() }} de {{ $Productos->total() }} registros
{{ $Productos->appends(['RESS_ID' => $RESS_ID, 'prodEstado'=>$prodEstado??-1 ])->links() }}
@endif