dbfdg hasOne('App\Models\Branch', 'id', 'branch'); } public function employees() { return $this->hasOne('App\Models\Employee', 'id', 'employee'); } }