belongsTo('App\Models\Siswa','id','siswa_id'); } public function keuangan(){ return $this->hasOne('App\Models\Keuangan','tabungan_id','id'); } }