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