dbfdg hasOne('App\Models\Employee', 'id', 'employee_id'); } public function allowanceOption() { return $this->hasOne('App\Models\AllowanceOption', 'id', 'allowance_option'); } public static $Allowancetype =[ 'fixed' => 'Fixed', 'percentage' => 'Percentage', ]; }