@include('admin.order.elements.status',['status' => $m->status,'iStatus' => $i])
@include('admin.order.elements.inventory',['inventoryId' => $m->inventoryId])
@if($m->promocode != '')
@endif
Thông tin xuất hóa đơn
@if(isset($products) && is_array($products) && count($products) > 0)
Thông tin sản phẩm
@foreach($products as $prod) @endforeach
Tên sản phẩm Số lượng Giá tiền Thành tiền
{{$prod->title}} {{Common::numberFormat($prod->quanlity)}} {{Common::numberFormat($prod->price)}} {{Common::numberFormat(($prod->price ?? 0) * ($prod->quanlity ?? 0))}}
@endif