Phone
{{ $seller->phone }}Website
{{ $seller->website }}OM Production ID
{{ $seller->om_production_id }}
Last Synced
{{ $seller->last_synced_at->format('M d, Y H:i') }} ({{ $seller->last_synced_at->diffForHumans() }})
Created
{{ $seller->created_at->format('M d, Y H:i') }}
| Product | Code | QR Codes | Notes | Actions |
|---|---|---|---|---|
|
{{ $product->name }}
|
{{ $product->code }}
|
{{ $product->qr_codes_count }} codes |
{{ $product->pivot->notes ?? '-' }}
|
Get started by assigning a product to this seller.
@if(request('qr_search') || request('qr_status')) No QR codes match your search criteria. @else This seller has no QR codes assigned yet. @endif