startSection('title', 'Order Details - ' . $order->order_number); ?> startSection('styles'); ?> stopSection(); ?> startSection('content'); ?>
📦

Order Details

Order #order_number); ?>

Order Date: created_at->format('M d, Y')); ?>
Status: status); ?>
Customer Name: customer_name); ?>
Email: customer_email); ?>
Phone: customer_phone); ?>
Shipping Address: shipping_address); ?>
Payment Status: payment_status); ?>

Order Items

items; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
product->name); ?>is_sample ? ' - Sample' : ''); ?>
printStock; $stockText = $stock ? "{$stock->name}" : "Standard"; $stockCost = 0; if (!$item->is_sample && $stock) { $stockCost = $item->type === 'wallpaper' ? $stock->cost_per_meter : $stock->cost_per_m2; } ?> is_sample): ?> Sample - Fixed Price: R type === 'wallpaper'): ?> Length: length); ?>m | Finish:
Stock Cost: R/m type === 'mural'): ?> Dimensions: width); ?>m × height); ?>m (width * $item->height, 2)); ?>m²) | Finish:
Stock Cost: R/m² Price: R per unit
Ris_sample ? \App\Services\ShippingService::getSampleCost() * $item->quantity : $item->quantity * ( $item->type === 'wallpaper' ? $stockCost * $item->length : ($item->type === 'mural' ? $stockCost * $item->width * $item->height : $stockCost ) ), 2 )); ?>
popLoop(); $loop = $__env->getLastLoop(); ?>
Subtotal: Rtotal, 2)); ?>
shipping_fee): ?>
Shipping: Rshipping_fee, 2)); ?>
Order Total: Rtotal + ($order->shipping_fee ?? 0), 2)); ?>
notes): ?>

Order Notes

notes); ?>

Order Status

payment_status === 'pending'): ?> Your payment is pending. Please complete the payment to process your order. status === 'pending'): ?> Your order has been received and is being prepared. You'll receive an email update shortly with shipping information. Your order is status)); ?>. Thank you for your purchase!

Track Another Order Back to Home
stopSection(); ?> make('layouts.app', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>