Clarkin
Order No : {{ $order_code }} Order Date : {{ date('F d, Y',strtotime($order_date)) }}
Billing Information Shipping Information
{{ $bFirstname . ' ' . $bLastname }}
{{ $bAddress . ' ' . $bAddress1 . ' ' . $bCity . ' ' . $bSTate . ' ' . $bZip }}
{{ $bEmail }}
{{ $bPhone }}


{{ $sFirstname . ' ' . $sLastname }}
{{ $sAddress . ' ' . $sAddress1 . ' ' . $sCity . ' ' . $sState . ' ' . $sZip }}
{{ $sEmail }}
{{ $sPhone }}

{{-- */ $cart = App\Models\Cart::displayCart($order_code) /* --}} @foreach($cart as $carts) @endforeach {{-- */$total = $cart[0]->subtotal + $tax;/* --}} {{-- */$total = $total + $shipping_amount;/* --}} @if($coupon_code != "") {{-- */$total = $total - $coupon_price;/* --}} @endif
Product Name Amount QTY Total
{!! Html::image('https://pod.cloud.graphikservices.com/renderEMF/render?imgUrl='.url(PRODUCT_IMAGE_PATH.$carts->fldProductSlug.'/'.SMALL_IMAGE.$carts->image).'&imgHI='.$carts->image_height.'&imgWI='.$carts->image_width.'&maxW=225&maxH=225&t='.$carts->fldCartMatBorderSize.'&r='.$carts->fldCartMatBorderSize.'&b='.$carts->fldCartMatBorderSize.'&l='.$carts->fldCartMatBorderSize.'&sku='.$carts->fldCartFrameInfo.'&frameW='.$carts->frame_size.$carts->matParams) !!} @foreach($carts->cart_options as $cart_options)
@if($cart_options != "")   {{ $cart_options }} @endif @endforeach
$ {{ number_format($carts->product_price,2) }} {{ $carts->quantity }} $ {{ number_format($carts->total,2) }}

Sub-Total: $ {{ number_format($cart[0]->subtotal,2) }}
TAX: $ {{ number_format($tax,2) }}
Shipping: ( {{ $shipping_name }} ) $ {{ number_format($shipping_amount,2) }}
DISCOUNT CODE: {{ $coupon_code }} $ ( {{ $coupon_price }} )
GRAND TOTAL: $ {{ number_format($total,2) }}