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

Order Details

Order #order_number); ?>

Order Status

status))); ?>

Ordered on created_at->format('d M Y \a\t H:i')); ?>

Order Items

items; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
product->name); ?>
type); ?>
length): ?>
Length: length); ?>m
width && $item->height): ?>
Dimensions: width); ?>m × height); ?>m
R price, 2)); ?>
Qty: quantity); ?>
popLoop(); $loop = $__env->getLastLoop(); ?>

Delivery Details

Customer Information

Name:
customer_name); ?>
Email:
customer_email); ?>
Phone:
customer_phone); ?>

Shipping Address

shipping_address); ?>

notes): ?>

Order Notes

notes); ?>

Order Summary

Subtotal: R total, 2)); ?>
Total: R total, 2)); ?>

Payment Status

Payment payment_status)); ?>
payment_status === 'pending' && $order->yoco_redirect_url): ?>

Payment Required

Click below to complete your payment.

Pay Now
Amount Due
R total, 2)); ?>
payment_status === 'failed' && $order->yoco_redirect_url): ?>

Payment Failed

Please try your payment again.

Retry Payment
Amount Due
R total, 2)); ?>
payment_status === 'paid'): ?>

Payment Received

Thank you! Your order is being processed.

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