prenom = $order->customer->first_name; $this->nom = $order->customer->last_name; $this->societe = $order->customer->company; $this->email = $order->customer->email; } }