belongsTo(Invoice::class); } public function gateway(){ return $this->belongsTo(Gateway::class); } }