Products

@include('pos.products._import-errors')
@forelse ($products as $product) @empty @endforelse
Name SKU Price Status
{{ $product->name }} {{ $product->sku ?: '—' }} {{ pos_money($product->price_minor, $product->currency) }} {{ $product->is_active ? 'Active' : 'Hidden' }}
No products yet.
@if ($products->hasPages())
{{ $products->links() }}
@endif