{{ $order->product?->name ?? 'Hosting Order' }}
{{ $order->product->formatDiskSize() }}
Storage
{{ $order->product->formatBandwidth() }}
Bandwidth
{{ $order->product->max_domains ?? '∞' }}
Domains
{{ $order->product->max_databases ?? '∞' }}
Databases
Order Placed
{{ $order->created_at->format('M d, Y H:i') }}
Approved
@if ($order->approved_at){{ $order->approved_at->format('M d, Y H:i') }}
@endifProvisioned
@if ($order->provisioned_at){{ $order->provisioned_at->format('M d, Y H:i') }}
@endifAre you sure you want to cancel this order? This action cannot be undone.