@if( !empty($user_branch['letter_head'])) @endif

របាយការណ៍ទិញតាមម៉ាក

Purchase Report By Brand

{{ App\Helpers\StringHelper::dateTimeFormat($start_date) }} ~ {{ App\Helpers\StringHelper::dateTimeFormat($end_date) }}

Supplier / អ្នកផ្គត់ផ្គង់: {{ $supplier_name }}
Warehouse / ឃ្លាំង: {{ $warehouse_name }}
Product / ផលិតផល: {{ $product_name }}

@foreach ($data as $item) @endforeach
ឈ្មោះម៉ាកផលិតផល
Brand Name
បរិមាណ
Quantity
ថ្លៃដើមសរុប
Total Cost
{{ $item->brand_name == "" ? 'ផលិតផលគ្មានម៉ាក' : $item->brand_name }} {{ $item->quantity }} {{ $item->unit_type_name }} {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_cost) }}
{{-- Payment By Currency / ប្រាក់សរុបតាមរូបិយប័ណ្ណ​
@foreach($mycurrency as $row)
{{ $row['pdf_symbol'] }} {{App\Helpers\StringHelper::currency($row['total']) }}
@endforeach --}}
Total Payment / ប្រាក់សរុប : {{ $default }} {{App\Helpers\StringHelper::currency( $total_default_currency ) }}