hasOne(Client::class, 'id', 'client_id'); } public function handout(){ return $this->hasOne(Handout::class, 'id', 'handout_id'); } }