belongsTo(Product::class); } public function payroll() { return $this->belongsTo(Payroll::class); } }