{{__('Products List')}}
@if($search <> '')
@endif
@if(count($selectedProducts) > 0) @endif
@can('products_create') @endcan
@if($products->count()) @if($selectPage) @endif @foreach($products as $product) @endforeach
ID SKU DescripciĆ³n Cantidad Opciones
@unless($selectAll)
Has seleccionado {{ $products->count() }} permisos, quieres seleccionar los {{ $products->total() }}?
@else
Has seleccionado los {{ $products->total() }} registros.
@endunless
{{ $product->prd_id }} {{ $product->prd_sku }} {{ $product->prd_name }} {{ $product->prd_stock }} @can('products_options') @can('products_show') {{__('Show')}} @endcan @can('products_edit') {{__('Edit')}} @endcan @can('products_delete') @endcan @endcan
@else
{{__('No results for')}} {{ $search }}
@endif
@push('js-livewire-custom') @endpush