@extends('web.layout.master') @section('content')
Order Number : {{ $orderid }}
We've sent an email confirmation to
{{ (auth()->check()) ? auth()->user()->emailaddress : $order->coustomer->emailaddress }}.
{{ $order->shipaddress1 }}
@if(!empty($order->shipaddress2)){{ $order->shipaddress2 }}
@endif{{ $order->shipcity }} {{ $order->shipstate }} {{ $order->shippostalcode }}
{{ $order->shipcountry }}
@if(!empty($order->shippingmethodname)){{ $order->shippingmethodname }}
@endif{{ $order->billingaddress1 }}
@if(!empty($order->billingaddress2)){{ $order->billingaddress2 }}
@endif{{ $order->billingcity }} {{ $order->billingstate }} {{ $order->billingpostalcode }}
{{ $order->billingcountry }}
@else
@endif
{{ $expiry_month }}/{{ substr($expiry_year, -4) }}
{{ (!empty($orderdetail->pin->Name))?$orderdetail->pin->Name:$orderdetail->productcode }}
Product Code: {{ !empty($orderdetail->productcode) ? $orderdetail->productcode : "" }}Qty: {{ $orderdetail->quantity }}
{{ $orderdetail->quantity }} Qty
${{ $orderdetail->totalprice }}