| |
|
Hi, Toko {{ $warehouse->name }} ({{ $warehouse->code }})
There are some Sandbox Items at {{ $sandboxInvoices->first()->created_at }}
| Code |
Barcode |
Name |
Price |
@foreach ($sandboxInvoices as $item)
| | {{ $item->code }} | |
| {{ $item->barcode }} | |
| {{ $item->name }} | |
| {{ $item->price }} | |
@endforeach
|
Thanks!
|
|
|
|