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