@section('page-title', 'Bulk Assign')
Scan codes and assign to seller
Use scanner or type serial. Press Enter to add.
Point your camera at the QR code. Codes will be added automatically.
{{ $message }}
@enderrorSelected: {{ $selectedSeller->name }}
@if($selectedSeller->email)Email: {{ $selectedSeller->email }}
@endif @if($selectedSeller->phone)Phone: {{ $selectedSeller->phone }}
@endifReady to Assign
You are about to assign {{ $this->summary['available'] }} available code(s) to {{ $sellers->find($selectedSellerId)->name }}
@if($this->summary['assigned'] > 0 || $this->summary['used'] > 0){{ $this->summary['assigned'] + $this->summary['used'] }} code(s) will be skipped (already assigned/used)
@endifNo codes scanned yet
Start scanning to add codes to this list
{{ $code['serial'] }}
@if($code['status'] === 'available')
{{ $code['message'] }}
@if(isset($code['product']))
Product: {{ $code['product'] }}
@endif
@else
{{ $code['message'] }}
@endif