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