dbfdg hasOne('App\Models\TerminationType', 'id', 'termination_type'); } public function employee() { return $this->hasOne('App\Models\Employee', 'id', 'employee_id'); } }