{{--
--}}
{{-- @if ($user_branch['status'] == 1) --}}
{{-- | --}}
{{--
Sale Report By Brand
{{ App\Helpers\StringHelper::dateTimeFormat($start_date) }} ~ {{ App\Helpers\StringHelper::dateTimeFormat($end_date) }}
Supplier / អ្នកផ្គត់ផ្គង់: {{ $supplier_name }} Warehouse / ឃ្លាំង: {{ $warehouse_name }} Product / ផលិតផល: {{ $product_name }} Created By / អ្នកបង្កើត: {{ $created_by }} Sale Agent / អ្នកទីផ្សារ: {{ $sale_agent }} |
|
ឈ្មោះម៉ាកផលិតផល Brand Name |
បរិមាណ Quantity |
សរុបមុនបញ្ចុះតម្លៃ Total Before Discount |
បញ្ចុះតម្លៃសរុប Total Discount |
សរុបក្រាយបញ្ចុះតម្លៃ Total After Discount |
---|---|---|---|---|
{{ $item->brand_name == '' ? 'ផលិតផលគ្មានម៉ាក' : $item->brand_name }} | {{ App\Helpers\StringHelper::currency($item->quantity) }} | {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_price + $item->total_discount) }} | {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_discount) }} | {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_price) }} |