{{ __('Order Invoice') }}
#{{ $order->reference }}
{{ $user->name }}
@endif @if (isset($user) && !empty($user->phone)){{ $user->phone }}
@endif @if (isset($user) && !empty($user->email)){{ $user->email }}
@endif{{ __('Product Name') }} | @if ($shop){{ __('Shop Name') }} | @endif{{ __('Quantity') }} | {{ __('Amount') }} | |
---|---|---|---|---|
|
{{ $detail->product_name }} {{ $opName }} |
@if ($shop)
{{ optional($detail->vendor)->name }} |
@endif
{{ formatCurrencyAmount($detail->quantity) }} |
{{ formatNumber($detail->price * $detail->quantity, optional($order->currency)->symbol) }} |
{{ __('Sub Total') }} : | {{ formatNumber($order->total + $order->other_discount_amount - ($order->shipping_charge + $order->tax_charge), optional($order->currency)->symbol) }} | ||
{{ __('Shipping') }}{{ !is_null($order->shipping_title) ? '( ' . $order->shipping_title . ' )' : null }}: | {{ formatNumber($order->shipping_charge, optional($order->currency)->symbol) }} | ||
{{ __('Tax') }} : | {{ formatNumber($order->tax_charge, optional($order->currency)->symbol) }} | ||
{{ __('Discount') }} : | {{ formatNumber($order->other_discount_amount, optional($order->currency)->symbol) }} | ||
{{ __('Total') }} : | {{ formatNumber($order->total, optional($order->currency)->symbol) }} |
{{ __('Delivery Details') }}
{{ __('Shipping Address') }} :
{{ $shippingAddress->first_name . ' ' . $shippingAddress->last_name }}
{{ __('Street Address') }}: {{ $shippingAddress->address_1 }}{{ !empty($shippingAddress->address_2) ? ', ' . $shippingAddress->address_2 : '' }}
{{ __('City') }}: {{ $shippingAddress->city }}
{{ __('Postcode') . ' / ' . __('ZIP') }}:{{ $shippingAddress->zip }}
{{ __('Country') }}: {{ $shippingAddress->country }}
{{ __('State') . ' / ' . __('Province') }}:{{ $shippingAddress->state }}
@if (!empty($shippingAddress->phone)){{ __('Phone') }}: {{ $shippingAddress->phone }}
@endif{{ __('ESTIMATED DELIVERY TIME') }}
{{ __('Office Days') }}
{{ __('PAYMENT') }}
@if (!empty(optional($order->paymentMethod)->gateway)){{ optional($order->paymentMethod)->gateway }}
@endif{{ __('Keep in touch')}}
{{ __('If you have any queries, concerns or suggestions')}},
@if (preference('company_email')){{ __('please email us')}} : {{ preference('company_email') }}
@endif @if (preference('company_phone')){{ __('Helpline')}} : {{ preference('company_phone') }}
@endif© {{ date('Y') . ' ' . preference('company_name') . __("All rights reserved.") }}