hasMany('App\Models\Account'); } public function payment() { return $this->belongsTo('App\Models\Payment'); } }