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

Quick Scan

@if($barcode) Barcode: {{ $barcode }} @endif
@if($existingTitle)
Title: {{ $existingTitle }} — {{ $barcode }} @if($existsInStore) (in your store) @endif
@endif
Price: {{ $price }} | Stock: {{ $stock }}
@error('barcode')
{{ $message }}
@enderror