{{ __("Mã đơn hàng") }}: {{ $item->code }}
{{ __("Thông tin khách hàng") }}
@if($customer = $item->customer){{ __("Thông tin đơn hàng") }}
{{$prod->name}}@if($unitLabel) ({{ $unitLabel }})@endif
x {{$prod->pivot->qty}} {{number_format($prod->pivot->price * $prod->pivot->qty, 1)}} ₫
|
| {{ __('Số sản phẩm') }} | {{ $item->count }} |
| {{ __('Tổng tiền hàng') }} | {{ number_format($item->subtotal) }} ₫ |
| {{ __('Tiền giảm') }} | {{ number_format($item->discount_amount) }} ₫ |
| {{ __('Thành tiền') }} | {{ number_format($item->total) }} ₫ |
| {{ __('Tiền nợ') }} |
{{ number_format($item->debt_amount) }} ₫
@if($item->debt_locked)
{{ __('Đã cộng vào công nợ') }}
@else
{{ __('Chưa cộng — đơn còn nháp') }}
@endif
|