Status: {{ $record->state->name }} |
Scheduled At: {{ $record->scheduled_at }} |
Product | Quantity | To | @if (app(\Webkul\Inventory\Settings\TraceabilitySettings::class)->enable_lots_serial_numbers)Lot/Serial Number | @endifProduct Barcode |
---|---|---|---|---|
{{ $item->product->name }} | {{ number_format($item->qty) }} {{ $item->uom->name }} | {{ $item->destinationLocation->full_name }} @if ($item->result_package_id) - {{ $item->resultPackage->name }} @endif | @if (app(\Webkul\Inventory\Settings\TraceabilitySettings::class)->enable_lots_serial_numbers)@if ($item->lot) | @endif @endif@if ($item->product->barcode) | @endif