@if( !empty($user_branch['letter_head']))
|
របាយការណ៍ទិញតាមម៉ាក Purchase Report By Brand |
||
{{ App\Helpers\StringHelper::dateTimeFormat($start_date) }} ~ {{ App\Helpers\StringHelper::dateTimeFormat($end_date) }} |
Supplier Name / អ្នកផ្គត់ផ្គង់: {{$supplier_name}} | |
Warehouse / ឃ្លាំង: {{ $warehouse_name }} | |
Product / ផលិតផល: {{ $product_name }} |
ឈ្មោះម៉ាកផលិតផល 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 )}} |
@endfor | Payment By Currency / ប្រាក់សរុបតាមរូបិយប័ណ្ណ | ||
@endfor |
@foreach($mycurrency as $item)
{{ $item['pdf_symbol'] }} {{ App\Helpers\StringHelper::currency( $item['total']) }}@endforeach |
||
@endfor | Total Payment / ប្រាក់សរុប: {{ $default }} {{ App\Helpers\StringHelper::currency( $total_default_currency) }} |