@if ($success)
{{ $success }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Quick Price Scan

Scan barcode, enter price, and save. Scanner will automatically restart for next item.

@error('barcode')
{{ $message }}
@enderror
@if($barcode)
@if($existingImage) Product @else
@endif

Barcode

{{ $barcode }}

@if($existingTitle)

{{ $existingTitle }}

@endif @if($existsInStore) Exists in your store @endif
@endif
Price must be greater than 0. Press Enter to save.
@if($barcode && (float) $price <= 0)
Please enter a price greater than 0
@endif