@lang('keyword.invoice') ({{ $order->order_num }})
ផលិតផល
N0 | រូបភាព | ឈ្មោះផលិតផល | លេខកូដ | ក្រុម | ប្រភេទផលិតផល | តម្លៃ | ចំនួន | សរុប |
---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $item->getProductInfo->title }} | {{ $item->getProductInfo->code }} | {{ $item->getProductInfo->getGroup->title }} | {{ $item->getProductInfo->getGroup->getCategory->title }} | ${{ $item->getProductInfo->price }} | {{ $item->qty }} | ${{ number_format($item->qty * $item->getProductInfo->price, 2) }} | |
សរុប | ${{ $order->total }} |
--}}
{{-- បដិសេធការបញ្ជាទិញ--}}
{{-- ទទួលការបញ្ជាទិញ--}}
{{--
--}}
{{-- @elseif($order->order_status == 'accepted')--}}
{{-- --}}
{{-- បញ្ចប់ការបញ្ជាទិញ--}}
{{--
--}}
{{-- @endif--}}