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

Custom Order Details

Order #order_number); ?>

Order Progress

'submitted', 'label' => 'Order\nSubmitted', 'completed' => $customOrder->status !== null], ['status' => 'deposit_paid', 'label' => 'Deposit\nPaid', 'completed' => $customOrder->deposit_status === 'paid'], ['status' => 'proof_sent', 'label' => 'Proofs\nSent', 'completed' => $customOrder->proofs()->exists()], ['status' => 'proof_approved', 'label' => 'Proofs\nApproved', 'completed' => $customOrder->proofs()->where('status', 'approved')->exists()], ['status' => 'processing', 'label' => 'Processing', 'completed' => $customOrder->status === 'processing'], ['status' => 'shipped', 'label' => 'Order\nShipped', 'completed' => $customOrder->status === 'completed'], ]; // Determine current step $currentStep = 0; if ($customOrder->status === 'completed') $currentStep = 5; elseif ($customOrder->status === 'processing') $currentStep = 4; elseif ($customOrder->proofs()->where('status', 'approved')->exists()) $currentStep = 3; elseif ($customOrder->proofs()->exists()) $currentStep = 2; elseif ($customOrder->deposit_status === 'paid') $currentStep = 1; ?> addLoop($__currentLoopData); foreach($__currentLoopData as $index => $step): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
popLoop(); $loop = $__env->getLastLoop(); ?>

Order Status

status))); ?>

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

Design Requirements

Order Type

type); ?>

Dimensions

specifications): ?>
specifications->length): ?>
Length:
specifications->length); ?>m
specifications->width): ?>
Width:
specifications->width); ?>m
specifications->height): ?>
Height:
specifications->height); ?>m
Quantity:
specifications->quantity); ?>

Print Material

specifications->printStock): ?>

specifications->printStock->name); ?>

Design Brief

customer_brief); ?>

specifications->special_instructions): ?>

Special Instructions

specifications->special_instructions); ?>

files->count() > 0): ?>

Reference Images

proofs->count() > 0): ?>

Design Proofs

proofs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $proof): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>

Proof iteration); ?>

status)); ?>
file_path): ?> View Proof File feedback): ?>
Feedback:

feedback); ?>

popLoop(); $loop = $__env->getLastLoop(); ?>

Order Summary

Design Fee: Rdesign_fee, 2)); ?>
material_cost > 0): ?>
Material Cost: Rmaterial_cost, 2)); ?>
Total: Rtotal_cost, 2)); ?>

Payment Status

Deposit (20%) deposit_status)); ?>

Rdeposit_amount, 2)); ?>

Balance (80%) balance_status)); ?>

Rbalance_amount, 2)); ?>

deposit_status !== 'paid'): ?>
deposit_status === 'paid' && $customOrder->proofs->where('status', 'approved')->count() > 0 && $customOrder->balance_status !== 'paid'): ?>

Payment Terms

  • The 20% deposit is non-refundable
  • Balance of 80% must be paid before printing begins
  • library_discount_applied): ?>
  • Design may be added to our library
  • Bespoke, exclusive design
stopSection(); ?> make('layouts.app', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>