@extends('core::layouts.master') @section('stylesheet') @endsection @section('scripts') @parent {{ Html::script(Module::asset('Omnichannel:Assets').'/js/sendo.js') }} @endsection @section('breadcrumb', 'Đơn hàng Sendo') @section('head-action') @endsection @section('content')
SKU | Hình ảnh | Tên sản phẩm | Số lượng | Đơn giá (VND) | Thành tiền (VND) |
---|---|---|---|---|---|
{{$order_detail['storeSKU']}} | {{$order_detail['productName']}} | {{$order_detail['quantity']}} | {{$order_detail['price']}} | {{$order_detail['subTotal']}} | |
Phí vận chuyển | {{$order['salesOrder']['shippingFee'] or 0}} | ||||
Tổng cộng | {{$order['salesOrder']['totalAmount'] or 0}} |