@extends('layouts.app') @section('title', 'Order Confirmation') @section('content')
Order #{{ $order->order_number }}
| Item | Qty | Price |
|---|---|---|
| {{ $item->product_name }} | {{ $item->quantity }} | KSh {{ number_format($item->subtotal, 2) }} |
| Installation | KSh {{ number_format($order->installation_cost, 2) }} | |
| Total | KSh {{ number_format($order->total, 2) }} | |
Click below to send your order to our WhatsApp for faster processing:
Send Order via WhatsApp