របាយការណ៍ទិញ

{{--
--}}

{{ App\Helpers\StringHelper::getNameByLocal($purchase_order[0]->company_name) }}

Address. {{ $purchase_order[0]->company_address }}


From. {{ $purchase_order[0]->supplier_name }}

Address: {{ $purchase_order[0]->supplier_address }}

@foreach($purchase_order_list as $item) @endforeach
ល.រ ឈ្មោះ បរិមាណ តម្លៃទិញ បញ្ចុះតម្លៃ ថ្លៃដើមសរុប
{{ $loop->iteration }} {{ $item->product_variation_name }} {{ $item->quantity }} {{ $item->unit_type_name }} {{ $item->currency_code }} {{ App\Helpers\StringHelper::currency($item->cost) }} @if($item->discount_type != 0) {{ $item->currency_code }} @endif {{ $item->discount_value }} @if($item->discount_type == 0) {{ '%' }} @endif {{ $item->currency_code }} {{ App\Helpers\StringHelper::currency($item->total) }}
@foreach($total_cost_by_currency as $index => $item) @if ($index != count($total_cost_by_currency) - 1) {{ '|' }} @endif @endforeach
ថ្លៃដើមសរុប: {{ $purchase_order[0]->currency_code }} {{ App\Helpers\StringHelper::currency($purchase_order[0]->total_payment) }}
បញ្ចុះតម្លៃរុប: {{ $purchase_order[0]->currency_code }} {{ App\Helpers\StringHelper::currency($purchase_order[0]->discount_value) }}