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 }}

@php $cart = App\Models\Cart::displayCart($order_code) @endphp @foreach($cart as $carts)
@endforeach @if($coupon_code != "") @endif
Product Name Amount QTY Total
@if($carts->fldCartFrameInfo != "") {!! Html::image('https://pod.cloud.graphikservices.com/renderEMF/render?imgUrl=https://clarkincollection.com/new/'.PRODUCT_IMAGE_PATH.$carts->fldProductSlug.'/'.MEDIUM_IMAGE.$carts->image.'&imgHI='.$img_height.'&imgWI='.$img_width.'&maxW=225&maxH=225&sku='.$carts->fldCartFrameInfo.'&sku2='.$carts->fldCartLinerSku.'&frameW='.$carts->fldCartMatBorderSize) !!} @else {!! Html::image(url(PRODUCT_IMAGE_PATH.$carts->fldProductSlug.'/'.MEDIUM_IMAGE.$carts->image), 'alt', array( 'width' => $imgW, 'height' => $imgH )) !!} @endif
{{ strtoupper($carts->product_name) }}
{{ $carts->fldCartImageSize }}
@if($carts->printName != "" && $carts->printTotal) Print Name: {{ $carts->printName }}
@endif @if ($carts->printTotal != 0.00) Print Total: {{ $carts->printTotal }}
@endif
$ {{ is_numeric($carts->product_price) ? number_format($carts->product_price,2) : $carts->product_price }} {{ $carts->quantity }} $ {!! is_numeric($subtotal_per_item_without_shipping) ? number_format($subtotal_per_item_without_shipping,2) : $subtotal_per_item_without_shipping !!}

Sub-Total *: $ {{ is_numeric($without_shipping_total) ? number_format($without_shipping_total,2) : $without_shipping_total }}
DISCOUNT CODE: {{ $coupon_code }} - $ {{ is_numeric($coupon_price) ? number_format($coupon_price,2) : $coupon_price }}
Shipping {{$shipping_code}}: $ {{ is_numeric($shipping_amount) ? number_format($shipping_amount,2) : $shipping_amount }}
TAX: $ {{ is_numeric($tax) ? number_format($tax,2) : $tax }}
GRAND TOTAL: $ {{ is_numeric($grandtotal) ? number_format($grandtotal,2) : $grandtotal }}