Nhập hàng Nhập hàng @include('tenant.backend.includes.error') @include('tenant.backend.includes.notification')

Tạo mới

@if($modalShowed) @include('livewire.tenant.backend.inventory.purchase.create') @endif @if ($purchases) @foreach ($purchases as $purchase_item) @endforeach @endif
Thời gian Mã phiếu Trạng thái Mặt hàng Số lượng Thành tiền
{{ $purchase_item->created_at }}
#{{ $purchase_item->id }} {{ $purchase_item->status }} {{ $purchase_item->purchaseItems->count() }} {{ $purchase_item->getTotalQuantity() }} {{ hCurrency($purchase_item->grand_total) }}