@extends('layouts.adminLayout.admin_design') @section('content')
Item Id | Product Name | Product Sku | Quantity | Price | Discount Amount | @if(Helper::widgetAccess('show_column_tax_amount'))Tax Amount | @endif
---|---|---|---|---|---|---|
{{ $item->id }} | {{ $item->product_name }} | {{ $item->product_sku }} | {{ $item->quantity }} | {{ storecurrencyshop().$item->price }} | {{ $item->discount_amount }} | @if(Helper::widgetAccess('show_column_tax_amount')){{ storecurrencyshop().$item->tax_amount }} | @endif
Payment Methods:
{{ $orderDetail['order']['order_payment_type'] }}
@if($orderDetail['order']['order_note'] != '') {{ $orderDetail['order']['order_note'] }} @else No order comment available @endif
Subtotal : | {{storecurrency().$orderDetail['order']['order_sub_total'] }} |
---|---|
Tax : | {{storecurrency().$orderDetail['order']['tax_amount'] }} |
Total: | {{storecurrency().$orderDetail['order']['order_total'] }} |