Hello {{ $order->name }},

THANK YOU FOR YOUR ORDER

For enquiries please
click to contact us in WhatsApp

INVOICE Summary

Invoice #: {{ $order->order_number }}

Invoice Date: {{ \Carbon\Carbon::parse($order->invoice_date)->format('Y-m-d') }}

Amount Due: {{ number_format($grandTotal, 3, ".", ",") }} KD

Payment Method: @if($order->payment_method == 0) COD @elseif($order->payment_method == 1) Knet Link @elseif($order->payment_method == 2) Online @elseif($order->payment_method == 3) Deema (BNPL) @else Online @endif

Order Type: @if($order->delivery_type === 'pickup') Pickup @else Delivery @endif

@if($order->delivery_type === 'pickup')

Pickup Location

@if($order->delivery_store === 'hawally') Royal.Tools — Hawally Branch @elseif($order->delivery_store === 'shuwaikh') Royal.Tools — Shuwaikh Branch @else {{ ucfirst($order->delivery_store ?? 'Store') }} Branch @endif

⏱ Please bring your order number #{{ $order->order_number }} when collecting your order.

@else

Shipping Address

{{ $order->address }}

@endif {{ $order->number }} @if($order->comment)

Notes : {{ $order->comment }}

@endif
@php $i = 1; @endphp @foreach($orderItems as $row) @php $i = $i + 1; @endphp @endforeach @if($order->discount > 0) @endif @if($order->delivery_type !== 'pickup') @endif
No Product Description Qty. Unit Price Total Price
{{ $i }} @if($row['is_returned'])
Refund:
@endif {{ $row['name'] }}
@if($row['model'] != "") Model : {{ $row['model'] }} @endif
{{ $row['quantity'] }} @if($row['is_discount']) {{ $row['price'] }}
{{ $row['discounted_price'] }} @else {{ $row['price'] }}
@endif
@if($row['is_free'])
Free

@endif @if(!$row['is_free']) @if($row['is_returned']) @endif {{ number_format((float)$row['total'], 3, '.', '') }} @if($row['is_returned']) @endif @endif
SubTotal {{ number_format($subTotal, 3, ".", ",") }} KD
Discount {{ number_format((float)$order->discount, 3, ".", ",") }} KD
Delivery Charges {{ number_format((float)$order->delivery_charge, 3, ".", ",") }} KD
Price in Kuwaiti DinarTotal Price KWD {{ number_format($grandTotal, 3, ".", ",") }} KD

FIND US ON


© {{ date('Y') }} Royal.Tools. All right reserved