@foreach ($order->orderdetail as $orderdetail)
|
|
{{ (!empty($orderdetail->pin->Name))?$orderdetail->pin->Name:$orderdetail->productcode." Part" }} Model:
{{ $orderdetail->productcode }} |
|
| {{ $orderdetail->quantity }} |
|
| ${{ $orderdetail->totalprice }}
|
|
@endforeach
|
|
| ${{ number_format((float)$order->paymentamount - $order->totalshippingcost, 2, '.', '') }}
|
|
|
|
| ${{ number_format((float)$order->totalshippingcost, 2, '.', '') }} |
|
|
|
| ${{ number_format((float)$order->salestax1, 2, '.', '') }} |
|
|
|
| ${{ number_format((float)$order->paymentamount, 2, '.', '') }} |
|