belongsTo(InvoiceMaster::class); //return $this->belongsTo(InvoiceMaster::class, 'invoice_master_id'); } public function machine(): BelongsTo { return $this->belongsTo(Machine::class); //return $this->belongsTo(InvoiceMaster::class, 'invoice_master_id'); } }