dbfdg hasOne('App\Models\Employee', 'id', 'employee_id'); } public function deductionOption() { return $this->hasOne('App\Models\DeductionOption', 'id', 'deduction_option'); } public static $saturationDeductiontype = [ 'fixed'=>'Fixed', 'percentage'=> 'Percentage', ]; }