Phiếu nhập hàng #{{ $order->id }} @if (!empty($order->status)) ({{ $order->status }}) @endif

@if ($suppliers) @foreach ($suppliers as $supplier) @endforeach @endif
Thêm sản phẩm
@if ($isShowAddItem) @include('livewire.tenant.backend.inventory.purchase.add-item') @endif @if (!empty($items)) @include('livewire.tenant.backend.inventory.purchase.item-loop')
# Tên sản phẩm Giá niêm yết Chiết khấu Giá nhập Số lượng Thành tiền
Tổng {{ hCurrency($order->item_discount) }} {{ $order->getTotalQuantity() }} {{ hCurrency($order->sub_total) }}
@endif

Thiết lập

Cộng đơn hàng

Tiền hàng: {{ hCurrency($order->sub_total) }}

Thuế: {{ hCurrency($this->order->tax * $order->sub_total / 100) }}

Vạn chuyển: {{ hCurrency($this->order->shipping) }}

Giảm giá: {{ hCurrency($order->discount) }}

Thanh toán: {{ hCurrency($order->grand_total) }}

@if ($locations) @foreach ($locations as $location) @endforeach @endif
{{ $submitLabel }}