@if ($productos->count()) @foreach ($productos as $item) @endforeach @else
No existe registros
@endif
ID @if ($sort == 'id') @if ($direction == 'desc') @else @endif @else @endif PRODUCTO @if ($sort == 'usuario_id') @if ($direction == 'desc') @else @endif @else @endif PROVEEDOR CATEGORIA ESTADO IMAGEN STOCK P.V.P OPTION
{{ $item->id }} {{ $item->name }} {{ $item->proveedores->name }} {{ $item->categorias->name }} {{ $item->estado }} foto {{ $item->stock }} ${{ $item->price_public }} USD
@push('js') @endpush