@foreach ($taxs as $tax)
@endforeach
{{ __('total_item') }}
({{ $purchase->total_qty }})
|
{{ __('total_product') }}
{{ $purchase->item }}
|
{{ __('sub_total') }}
{{ $currency->symbol ?? '$' }}
{{ $purchase->total_cost }}
|
{{ __('order_tax') }} |
{{ $currency->symbol ?? '$' }}
{{ $purchase->order_tax_rate ?? '0.00' }}
|
{{ __('order_discount') }} |
{{ $currency->symbol ?? '$' }}
{{ $purchase->order_discount ?? '0.00' }}
|
{{ __('shipping_cost') }} |
{{ $currency->symbol ?? '$' }}
{{ $purchase->order_discount ?? '0.00' }}
|
{{ __('grand_total') }} |
{{ $currency->symbol ?? '$' }}
{{ $purchase->grand_total ?? '0.00' }}
|
@foreach ($paymentMethods as $paymentMethod)
@endforeach
@foreach ($accounts as $account)
@endforeach