HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/app/storage/views/1581d540552643316df810039b4c7350
<div class="entity-attribute entity-attribute-title"> Te verzenden bestellingen </div> <?php foreach($orders as $order): ?> <div class="entity-attribute entity-attribute"> <label><?php echo Carbon\Carbon::parse($order->ordered_at)->format('d-m-Y H:i'); ?></label> <div class="content"><?php echo $order->getFullName(); ?> - <?php echo Format::asPrice($order->price_total, ['currency'=>'€ ']); ?></div> </div> <?php endforeach; ?> <div class="entity-attribute entity-attribute-text"> <a href="<?php echo action('kms.shipments.create'); ?>">Nieuwe verzending aan maken</a> </div>