belongsTo(Customer::class); } public function orders() { return $this->hasMany(Order::class); } }