Price Update

Quickly update product prices

Showing {{ $items->count() }} of {{ $totalCount }} items
@forelse($items as $item)
@if($item->image) {{ $item->title }} @else
@endif

{{ $item->title ?: 'Untitled' }}

{{ $item->barcode }} @if($item->category) {{ $item->category->name }} @endif Stock: {{ $item->stock }}
AFN
@empty
No items found. Try adjusting your filters.
@endforelse
@if($hasMore)
@endif
✓ Price updated successfully