EDKD Logo
@php $settings = \App\Models\Setting::whereIn('key_id', ['email', 'phone','shipping_cost']) ->pluck('value','key_id'); @endphp

Order Confirmation

Dear {{ $order->full_name }},

Thank you for your order #{{ $order->id }}. Your payment has been successfully received.

Please allow up to 48 hours for our medical team to contact you regarding the next steps.

Package {{ $order->package->name ?? '-' }}
Quantity {{ $order->quantity }}
Unit Price {{ number_format($order->unit_price, 2) }} $
Shipping Fee {{ number_format($order->quantity * $settings['shipping_cost'], 2) }} $
Total {{ number_format($order->total, 2) }} $
Status {{ ucfirst($order->payment_status) }}
Early Detection Kidney Disease