belongsTo('App\Models\Bidders', 'bidder_num', 'idbidders')->orderBy('bidder_assigned_number', 'asc'); } public function paymentMethod() { return $this->hasMany('App\Models\PaymentMethods', 'payment_method', 'pm_id'); } }