Order View
Go Back
Billing Address
{{ $order->billing_first_name }} {{ $order->billing_last_name }}
{{ $order->billing_address1 }}
{!! $order->billing_address2!=''?$order->billing_address2.'
':'' !!} {!! $order->billing_address3!=''?$order->billing_address3.'
':'' !!} {{ $order->billing_city }}, {{ $order->billing_postcode }}
{{ $order->billingCountry->name }}
Phone: {{ $order->billing_phone }}
{{ $order->billing_email!=''?'Email:'.$order->billing_email:'' }}
{{ $order->billing_address1 }}
{!! $order->billing_address2!=''?$order->billing_address2.'
':'' !!} {!! $order->billing_address3!=''?$order->billing_address3.'
':'' !!} {{ $order->billing_city }}, {{ $order->billing_postcode }}
{{ $order->billingCountry->name }}
Phone: {{ $order->billing_phone }}
{{ $order->billing_email!=''?'Email:'.$order->billing_email:'' }}
Shipping Address
{{ $order->shipping_first_name }} {{ $order->shipping_last_name }}
{{ $order->shipping_address1 }}
{!! $order->shipping_address2!=''?$order->shipping_address2.'
':'' !!} {!! $order->shipping_address3!=''?$order->shipping_address3.'
':'' !!} {{ $order->shipping_city }}, {{ $order->shipping_postcode }}
{{ $order->billingCountry->name }}
Phone: {{ $order->shipping_phone }}
{{ $order->shipping_email!=''?'Email:'.$order->shipping_email:'' }}
{{ $order->shipping_address1 }}
{!! $order->shipping_address2!=''?$order->shipping_address2.'
':'' !!} {!! $order->shipping_address3!=''?$order->shipping_address3.'
':'' !!} {{ $order->shipping_city }}, {{ $order->shipping_postcode }}
{{ $order->billingCountry->name }}
Phone: {{ $order->shipping_phone }}
{{ $order->shipping_email!=''?'Email:'.$order->shipping_email:'' }}
Invoice No: {{ $order->invoice_no }}
Order No: {{ $order->order_no }}
Paid Date: {{ Carbon\Carbon::parse($order->created_at)->format('d M,Y h:i a') }}
Order Status: {{ $page->order_status[$order->order_status] }}
Payment Status: {{ $order->payment_status==0?'Paid':'Unpaid' }}
Order No: {{ $order->order_no }}
Paid Date: {{ Carbon\Carbon::parse($order->created_at)->format('d M,Y h:i a') }}
Order Status: {{ $page->order_status[$order->order_status] }}
Payment Status: {{ $order->payment_status==0?'Paid':'Unpaid' }}
Si. no | Product | Qty | Subtotal |
---|---|---|---|
{{ $loop->iteration }} | {{ $detail->title }} | {{ $detail->quantity }} | £{{ number_format($detail->amount,2) }} |
Subtotal: | £{{ number_format($order->total_amount,2) }} | ||
Discount @if($order->coupon!='') [ Coupon Used : {{ $order->coupon }}] @endif : | £{{ number_format($order->discount_amount,2) }} | ||
Shipping: | £{{ number_format($order->shipping_amount,2) }} | ||
Total: | £{{ number_format($order->paid_amount,2) }} |
--}}
{{--
--}}
--}}
{{-- Print--}}
{{--
--}}
{{--