dbfdg hasOne('App\Models\Employee', 'id', 'employee_id')->first(); } public function loanOption() { return $this->hasOne('App\Models\LoanOption', 'id', 'loan_option'); } public static $Loantypes=[ 'fixed'=>'Fixed', 'percentage'=> 'Percentage', ]; }