{{----}} {{----}} {{----}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{----}} {{----}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--

Invoice No : {{ $InvoiceNumber }}

--}} {{--

Shipping No : {{ $shipCode }}

--}} {{--
--}} {{-- --}} {{--

Invoice Date : {{ $InvoiceDate }}

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach ($cart as $index => $item)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
S.NoStatusDeviceQuantityTotalOrder Date
{{ $loop->iteration }}On Order{{ $item['name'] }}{{ $item['quantity'] }}${{ number_format($item['price'], 2) }}{{ $InvoiceDate }}
Subtotal:${{ number_format($grandTotal, 2) }}
Total Price:${{ number_format($grandTotal, 2) }}
--}} {{--
--}} {{-- @if(!empty($couponCode))--}} {{--
--}} {{--

Special Offer For You!

--}} {{--

As a thank you for your first purchase with us, here's your exclusive discount coupon:

--}} {{--
{{ $couponCode }}
--}} {{--

Get 10% off on your next order!

--}} {{--

Valid for 2 months until {{ \Carbon\Carbon::now()->addMonths(2)->format('F j, Y') }}

--}} {{--

Simply enter this code at checkout to redeem your discount.

--}} {{--
--}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

Thank you for shopping with us!

--}} {{--

For any questions, please contact our support team.

--}} {{--
--}} {{--
--}} {{----}} {{----}} {{----}} Invoice - Perfume Online
Upsence Logo
✔️
Your Order is Confirmed
A Great Big Thank You {{ $recipientName }}!
ORDER NUMBER: #{{ $InvoiceNumber }}
Your order is in good hands! We're getting everything ready and you’ll hear from us soon with your tracking details.
@if(isset($order)) View your order @else

Order details not available.

@endif

Ship To:

{!! nl2br(e($address['name'] . "\n" . ($address['company'] ?? '') . "\n" . $address['address1'] . "\n" . ($address['address2'] ?? '') . "\n" . $address['city'] . ', ' . $address['province_code'] . ' ' . $address['postal_code'] . "\n" . $address['country_code'] . "\n" . 'Phone: ' . $address['phone'] . "\n" . 'Email: ' . $address['email'] )) !!}

Bill To:

{!! nl2br(e($address['name'] . "\n" . ($address['company'] ?? '') . "\n" . $address['address1'] . "\n" . ($address['address2'] ?? '') . "\n" . $address['city'] . ', ' . $address['province_code'] . ' ' . $address['postal_code'] . "\n" . $address['country_code'] . "\n" . 'Phone: ' . $address['phone'] . "\n" . 'Email: ' . $address['email'] )) !!}
ORDER SUMMARY
@php $subTotal = 0; @endphp @foreach ($cartItems as $item) @php $itemTotal = $item['price'] * $item['quantity']; $subTotal += $itemTotal; $product = \App\Models\Product::find($item['product_id']); @endphp
@if($product) Main Product Image @else @endif
{{ $item['name'] }} × {{ $item['quantity'] }}
{!! strip_tags($item['description'] ?? '') !!}
${{ number_format($itemTotal, 2) }}
@endforeach

Customer information

Shipping address
{!! nl2br(e($address['name'] . "\n" . ($address['company'] ?? '') . "\n" . $address['address1'] . "\n" . ($address['address2'] ?? '') . "\n" . $address['city'] . ', ' . $address['province_code'] . ' ' . $address['postal_code'] . "\n" . $address['country_code'] . "\n" . 'Phone: ' . $address['phone'] . "\n" . 'Email: ' . $address['email'] )) !!}
Billing address
{!! nl2br(e($address['name'] . "\n" . ($address['company'] ?? '') . "\n" . $address['address1'] . "\n" . ($address['address2'] ?? '') . "\n" . $address['city'] . ', ' . $address['province_code'] . ' ' . $address['postal_code'] . "\n" . $address['country_code'] . "\n" . 'Phone: ' . $address['phone'] . "\n" . 'Email: ' . $address['email'] )) !!}
{{-- @dd()--}} @if(!empty($couponCode))
Special Offer For You!

As a thank you for your first purchase with us, here's your exclusive discount coupon:

{{ $couponCode ?? '' }}

Get 10% off on your next order!

Valid until {{ now()->addMonths(2)->format('F d, Y') }}

Simply enter this code at checkout to redeem your discount.

@endif