order = $order; } public function cancelOrderButton() { $url = url("/user/orders/{$this->order->id}/cancel"); $this->buttons[] = <<