hasOne('App\Models\Siswa','id','siswa_id'); } public function tagihan(){ return $this->hasOne('App\Models\Tagihan','id','tagihan_id'); } }