@extends('layouts.app') @section('title', 'Order Placed Successfully - ECA Networks') @section('content')
Thank you for shopping with ECA Networks.
We've received your order and will process it shortly.
Your Order Number
{{ $order->order_number }}
{{ $item->product_name }}
Qty: {{ $item->quantity }}
KES {{ number_format($item->subtotal) }}
Name
{{ $order->shipping_name }}
Phone
{{ $order->shipping_phone }}
Address
{{ $order->shipping_address }}, {{ $order->shipping_city }}, {{ $order->shipping_country }}
Payment Method
{{ str_replace('_', ' ', $order->payment_method) }}
Payment Status
{{ ucfirst($order->payment_status) }}